Searched defs:VisitCXXConstructExpr (Results 1 - 15 of 15) sorted by relevance

/external/clang/tools/libclang/
H A DIndexBody.cpp122 bool VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:__anon16661::BodyIndexer
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp434 bool VisitCXXConstructExpr(CXXConstructExpr* Expr) { function in class:clang::ConstructExprVisitor
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp105 void ExprEngine::VisitCXXConstructExpr(const CXXConstructExpr *CE, function in class:ExprEngine
/external/clang/lib/AST/
H A DASTDumper.cpp277 void VisitCXXConstructExpr(const CXXConstructExpr *Node);
1717 void ASTDumper::VisitCXXConstructExpr(const CXXConstructExpr *Node) { function in class:ASTDumper
H A DStmtPrinter.cpp1580 void StmtPrinter::VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:StmtPrinter
H A DStmtProfile.cpp842 void StmtProfiler::VisitCXXConstructExpr(const CXXConstructExpr *S) { function in class:StmtProfiler
854 VisitCXXConstructExpr(S);
H A DExpr.cpp2972 void VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:__anon15114::NonTrivialCallFinder
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp169 void VisitCXXConstructExpr(const CXXConstructExpr *E);
955 AggExprEmitter::VisitCXXConstructExpr(const CXXConstructExpr *E) { function in class:AggExprEmitter
H A DCGExprConstant.cpp813 llvm::Constant *VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:__anon15204::ConstExprEmitter
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1138 void ASTStmtWriter::VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:ASTStmtWriter
1155 VisitCXXConstructExpr(E);
H A DASTReaderStmt.cpp1181 void ASTStmtReader::VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:ASTStmtReader
1199 VisitCXXConstructExpr(E);
/external/clang/lib/Analysis/
H A DCFG.cpp364 CFGBlock *VisitCXXConstructExpr(CXXConstructExpr *C, AddStmtChoice asc);
1117 return VisitCXXConstructExpr(cast<CXXConstructExpr>(S), asc);
3092 CFGBlock *CFGBuilder::VisitCXXConstructExpr(CXXConstructExpr *C, function in class:__anon15152::CFGBuilder
H A DThreadSafety.cpp1781 void VisitCXXConstructExpr(CXXConstructExpr *Exp);
2146 void BuildLockset::VisitCXXConstructExpr(CXXConstructExpr *Exp) { function in class:__anon15161::BuildLockset
/external/clang/lib/Sema/
H A DSemaChecking.cpp5983 void VisitCXXConstructExpr(CXXConstructExpr *CCE) { function in class:__anon15349::SequenceChecker
H A DSemaExpr.cpp11980 void VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:__anon15386::EvaluatedExprMarker
11982 Inherited::VisitCXXConstructExpr(E);

Completed in 158 milliseconds