Searched refs:VisitCXXConstructExpr (Results 1 - 20 of 20) sorted by relevance

/external/clang/tools/libclang/
H A DIndexBody.cpp122 bool VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:__anon2789::BodyIndexer
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestExprVisitor.cpp120 bool VisitCXXConstructExpr(CXXConstructExpr* Expr) { function in class:__anon2821::ConstructExprVisitor
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h431 void VisitCXXConstructExpr(const CXXConstructExpr *E, ExplodedNode *Pred,
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp168 // ExprEngine::VisitCXXConstructExpr.
177 void ExprEngine::VisitCXXConstructExpr(const CXXConstructExpr *CE, function in class:ExprEngine
H A DExprEngine.cpp1083 VisitCXXConstructExpr(cast<CXXConstructExpr>(S), Pred, Dst);
/external/clang/lib/AST/
H A DASTDumper.cpp509 void VisitCXXConstructExpr(const CXXConstructExpr *Node);
1906 void ASTDumper::VisitCXXConstructExpr(const CXXConstructExpr *Node) { function in class:ASTDumper
H A DStmtProfile.cpp1088 void StmtProfiler::VisitCXXConstructExpr(const CXXConstructExpr *S) { function in class:StmtProfiler
1100 VisitCXXConstructExpr(S);
H A DExprConstant.cpp5149 bool VisitCXXConstructExpr(const CXXConstructExpr *E);
5338 bool RecordExprEvaluator::VisitCXXConstructExpr(const CXXConstructExpr *E) { function in class:RecordExprEvaluator
5472 bool VisitCXXConstructExpr(const CXXConstructExpr *E) { function in class:__anon843::TemporaryExprEvaluator
5710 bool VisitCXXConstructExpr(const CXXConstructExpr *E);
5711 bool VisitCXXConstructExpr(const CXXConstructExpr *E,
5792 bool ArrayExprEvaluator::VisitCXXConstructExpr(const CXXConstructExpr *E) { function in class:ArrayExprEvaluator
5793 return VisitCXXConstructExpr(E, This, &Result, E->getType());
5796 bool ArrayExprEvaluator::VisitCXXConstructExpr(const CXXConstructExpr *E, function in class:ArrayExprEvaluator
5820 if (!VisitCXXConstructExpr(E, ArrayElt, &Value->getArrayInitializedElt(I),
5839 // See RecordExprEvaluator::VisitCXXConstructExpr fo
[all...]
H A DStmtPrinter.cpp1892 void StmtPrinter::VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:StmtPrinter
H A DExpr.cpp3156 void VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:__anon828::NonTrivialCallFinder
/external/clang/lib/Analysis/
H A DConsumed.cpp495 void VisitCXXConstructExpr(const CXXConstructExpr *Call);
774 void ConsumedStmtVisitor::VisitCXXConstructExpr(const CXXConstructExpr *Call) { function in class:clang::consumed::ConsumedStmtVisitor
H A DThreadSafety.cpp1497 void VisitCXXConstructExpr(CXXConstructExpr *Exp);
1967 void BuildLockset::VisitCXXConstructExpr(CXXConstructExpr *Exp) {
H A DCFG.cpp371 CFGBlock *VisitCXXConstructExpr(CXXConstructExpr *C, AddStmtChoice asc);
1446 return VisitCXXConstructExpr(cast<CXXConstructExpr>(S), asc);
3446 CFGBlock *CFGBuilder::VisitCXXConstructExpr(CXXConstructExpr *C, function in class:__anon890::CFGBuilder
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp174 void VisitCXXConstructExpr(const CXXConstructExpr *E);
986 AggExprEmitter::VisitCXXConstructExpr(const CXXConstructExpr *E) { function in class:AggExprEmitter
H A DCGExprConstant.cpp821 llvm::Constant *VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:__anon966::ConstExprEmitter
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1188 void ASTStmtReader::VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:ASTStmtReader
1207 VisitCXXConstructExpr(E);
H A DASTWriterStmt.cpp1149 void ASTStmtWriter::VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:ASTStmtWriter
1167 VisitCXXConstructExpr(E);
/external/clang/lib/Sema/
H A DSemaDecl.cpp8586 void VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:__anon1161::SelfReferenceChecker
8598 Inherited::VisitCXXConstructExpr(E);
H A DSemaDeclCXX.cpp2542 void VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:__anon1163::UninitializedFieldVisitor
2554 Inherited::VisitCXXConstructExpr(E);
H A DSemaExpr.cpp13463 void VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:__anon1185::EvaluatedExprMarker
13465 Inherited::VisitCXXConstructExpr(E);

Completed in 580 milliseconds