reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/StmtVisitor.h
   42   RetTy Visit(PTR(Stmt) S, ParamTys... P) {
  170   RetTy VisitStmt(PTR(Stmt) Node, ParamTys... P) { return RetTy(); }
tools/clang/lib/CodeGen/CGExprConstant.cpp
 1739                                                       ConstantLValue> {
 1757   ConstantLValue tryEmitBase(const APValue::LValueBase &base);
 1759   ConstantLValue VisitStmt(const Stmt *S) { return nullptr; }
 1760   ConstantLValue VisitConstantExpr(const ConstantExpr *E);
 1761   ConstantLValue VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
 1762   ConstantLValue VisitStringLiteral(const StringLiteral *E);
 1763   ConstantLValue VisitObjCBoxedExpr(const ObjCBoxedExpr *E);
 1764   ConstantLValue VisitObjCEncodeExpr(const ObjCEncodeExpr *E);
 1765   ConstantLValue VisitObjCStringLiteral(const ObjCStringLiteral *E);
 1766   ConstantLValue VisitPredefinedExpr(const PredefinedExpr *E);
 1767   ConstantLValue VisitAddrLabelExpr(const AddrLabelExpr *E);
 1768   ConstantLValue VisitCallExpr(const CallExpr *E);
 1769   ConstantLValue VisitBlockExpr(const BlockExpr *E);
 1770   ConstantLValue VisitCXXTypeidExpr(const CXXTypeidExpr *E);
 1771   ConstantLValue VisitCXXUuidofExpr(const CXXUuidofExpr *E);
 1772   ConstantLValue VisitMaterializeTemporaryExpr(
 1822   ConstantLValue result = tryEmitBase(base);
 1863 ConstantLValue
 1904 ConstantLValue
 1909 ConstantLValue
 1914 ConstantLValue
 1919 ConstantLValue
 1924 static ConstantLValue emitConstantObjCStringLiteral(const StringLiteral *S,
 1931 ConstantLValue
 1936 ConstantLValue
 1944 ConstantLValue
 1949 ConstantLValue
 1958 ConstantLValue
 1974 ConstantLValue
 1985 ConstantLValue
 1995 ConstantLValue
 2000 ConstantLValue