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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp96 void VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:__anon300::CGBuilder
H A DConsumed.cpp504 void VisitCXXConstructExpr(const CXXConstructExpr *Call);
771 void ConsumedStmtVisitor::VisitCXXConstructExpr(const CXXConstructExpr *Call) { function in class:ConsumedStmtVisitor
H A DThreadSafety.cpp1605 void VisitCXXConstructExpr(const CXXConstructExpr *Exp);
2094 void BuildLockset::VisitCXXConstructExpr(const CXXConstructExpr *Exp) {
H A DCFG.cpp559 CFGBlock *VisitCXXConstructExpr(CXXConstructExpr *C, AddStmtChoice asc);
2207 return VisitCXXConstructExpr(cast<CXXConstructExpr>(S), asc);
4512 CFGBlock *CFGBuilder::VisitCXXConstructExpr(CXXConstructExpr *C, function in class:CFGBuilder
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h282 void VisitCXXConstructExpr(const CXXConstructExpr *CE);
H A DTextNodeDumper.h256 void VisitCXXConstructExpr(const CXXConstructExpr *Node);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp356 bool VisitCXXConstructExpr(CXXConstructExpr *E) { function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h527 void VisitCXXConstructExpr(const CXXConstructExpr *E, ExplodedNode *Pred,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1738 void StmtProfiler::VisitCXXConstructExpr(const CXXConstructExpr *S) { function in class:StmtProfiler
1756 VisitCXXConstructExpr(S);
H A DExprConstant.cpp8916 bool VisitCXXConstructExpr(const CXXConstructExpr *E) {
8917 return VisitCXXConstructExpr(E, E->getType());
8921 bool VisitCXXConstructExpr(const CXXConstructExpr *E, QualType T);
9143 bool RecordExprEvaluator::VisitCXXConstructExpr(const CXXConstructExpr *E,
9338 bool VisitCXXConstructExpr(const CXXConstructExpr *E) {
9584 bool VisitCXXConstructExpr(const CXXConstructExpr *E);
9585 bool VisitCXXConstructExpr(const CXXConstructExpr *E,
9618 .VisitCXXConstructExpr(CCE, This, &Result, AllocType);
9744 bool ArrayExprEvaluator::VisitCXXConstructExpr(const CXXConstructExpr *E) {
9745 return VisitCXXConstructExpr(
[all...]
H A DStmtPrinter.cpp2087 void StmtPrinter::VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:StmtPrinter
H A DJSONNodeDumper.cpp1305 void JSONNodeDumper::VisitCXXConstructExpr(const CXXConstructExpr *CE) { function in class:JSONNodeDumper
H A DASTImporter.cpp635 ExpectedStmt VisitCXXConstructExpr(CXXConstructExpr *E);
7342 ExpectedStmt ASTNodeImporter::VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:ASTNodeImporter
H A DExpr.cpp3710 void VisitCXXConstructExpr(const CXXConstructExpr *E) { function in class:__anon244::NonTrivialCallFinder
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp395 void ExprEngine::VisitCXXConstructExpr(const CXXConstructExpr *CE, function in class:ExprEngine
H A DExprEngine.cpp1617 VisitCXXConstructExpr(cast<CXXConstructExpr>(S), Pred, Dst);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp180 void VisitCXXConstructExpr(const CXXConstructExpr *E);
1266 AggExprEmitter::VisitCXXConstructExpr(const CXXConstructExpr *E) { function in class:AggExprEmitter
H A DCGExprConstant.cpp1268 llvm::Constant *VisitCXXConstructExpr(CXXConstructExpr *E, QualType Ty) { function in class:__anon362::ConstExprEmitter
H A DCodeGenModule.cpp2680 bool VisitCXXConstructExpr(CXXConstructExpr *E) { function in struct:__anon23::DLLImportFunctionVisitor
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1576 void ASTStmtReader::VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:ASTStmtReader
1605 VisitCXXConstructExpr(E);
H A DASTWriterStmt.cpp1484 void ASTStmtWriter::VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:ASTStmtWriter
1514 VisitCXXConstructExpr(E);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp11143 void VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:__anon626::SelfReferenceChecker
11155 Inherited::VisitCXXConstructExpr(E);
H A DSemaDeclCXX.cpp3709 void VisitCXXConstructExpr(CXXConstructExpr *E) {
3721 Inherited::VisitCXXConstructExpr(E);
H A DSemaExpr.cpp17189 void VisitCXXConstructExpr(CXXConstructExpr *E) { function in class:__anon115::EvaluatedExprMarker
17191 Inherited::VisitCXXConstructExpr(E);

Completed in 652 milliseconds