Home
last modified time | relevance | path

Searched refs:CXXInheritedCtorInitExpr (Results 1 – 25 of 41) sorted by relevance

12

/external/llvm-project/clang/include/clang/Analysis/
DAnyCall.h90 AnyCall(const CXXInheritedCtorInitExpr *CIE) in AnyCall()
123 } else if (const auto *CXCIE = dyn_cast<CXXInheritedCtorInitExpr>(E)) { in forExpr()
DConstructionContext.h113 ConstructionContextItem(const CXXInheritedCtorInitExpr *CE, unsigned Index) in ConstructionContextItem()
123 isa<CXXInheritedCtorInitExpr>(E) || isa<ObjCMessageExpr>(E)); in ConstructionContextItem()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h851 assert(E && (isa<CXXConstructExpr>(E) || isa<CXXInheritedCtorInitExpr>(E))); in AnyCXXConstructorCall()
941 CXXInheritedConstructorCall(const CXXInheritedCtorInitExpr *CE, in CXXInheritedConstructorCall()
954 const CXXInheritedCtorInitExpr *getOriginExpr() const override { in getOriginExpr()
955 return cast<CXXInheritedCtorInitExpr>(AnyFunctionCall::getOriginExpr()); in getOriginExpr()
1409 getCXXInheritedConstructorCall(const CXXInheritedCtorInitExpr *E, in getCXXInheritedConstructorCall()
DExprEngine.h561 void VisitCXXInheritedCtorInitExpr(const CXXInheritedCtorInitExpr *E,
/external/clang/include/clang/Basic/
DStmtNodes.td129 def CXXInheritedCtorInitExpr : DStmt<Expr>;
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp463 const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(E); in handleConstructor()
693 const CXXInheritedCtorInitExpr *CE, ExplodedNode *Pred, in VisitCXXInheritedCtorInitExpr()
DCallEvent.cpp919 while (isa<CXXInheritedCtorInitExpr>(SFC->getCallSite())) in getInheritingStackFrame()
1410 else if (const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(CallSite)) in getCaller()
DSymbolManager.cpp529 if (isa<CXXInheritedCtorInitExpr>(Loc)) in isLive()
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td144 def CXXInheritedCtorInitExpr : StmtNode<Expr>;
/external/clang/lib/CodeGen/
DCGExprAgg.cpp178 void VisitCXXInheritedCtorInitExpr(const CXXInheritedCtorInitExpr *E);
1003 const CXXInheritedCtorInitExpr *E) { in VisitCXXInheritedCtorInitExpr()
DCGClass.cpp2174 bool InheritedFromVBase, const CXXInheritedCtorInitExpr *E) { in EmitInheritedCXXConstructorCall()
/external/clang/include/clang/AST/
DExprCXX.h1325 class CXXInheritedCtorInitExpr : public Expr {
1341 CXXInheritedCtorInitExpr(SourceLocation Loc, QualType T, in CXXInheritedCtorInitExpr() function
1353 explicit CXXInheritedCtorInitExpr(EmptyShell Empty) in CXXInheritedCtorInitExpr() function
DRecursiveASTVisitor.h2317 DEF_TRAVERSE_STMT(CXXInheritedCtorInitExpr, {})
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp1006 cast<CXXInheritedCtorInitExpr>(E)->getConstructor()); in canThrow()
/external/llvm-project/clang/lib/CodeGen/
DCGExprAgg.cpp187 void VisitCXXInheritedCtorInitExpr(const CXXInheritedCtorInitExpr *E);
1314 const CXXInheritedCtorInitExpr *E) { in VisitCXXInheritedCtorInitExpr()
DCGClass.cpp2207 bool InheritedFromVBase, const CXXInheritedCtorInitExpr *E) { in EmitInheritedCXXConstructorCall()
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h1641 class CXXInheritedCtorInitExpr : public Expr {
1659 CXXInheritedCtorInitExpr(SourceLocation Loc, QualType T, in CXXInheritedCtorInitExpr() function
1671 explicit CXXInheritedCtorInitExpr(EmptyShell Empty) in CXXInheritedCtorInitExpr() function
DRecursiveASTVisitor.h2569 DEF_TRAVERSE_STMT(CXXInheritedCtorInitExpr, {})
/external/llvm-project/clang/lib/Sema/
DSemaExceptionSpec.cpp1180 auto *ICIE = cast<CXXInheritedCtorInitExpr>(S); in canThrow()
/external/clang/lib/AST/
DStmtProfile.cpp1314 const CXXInheritedCtorInitExpr *S) { in VisitCXXInheritedCtorInitExpr()
DStmtPrinter.cpp2225 void StmtPrinter::VisitCXXInheritedCtorInitExpr(CXXInheritedCtorInitExpr *E) { in VisitCXXInheritedCtorInitExpr()
/external/llvm-project/clang/lib/AST/
DStmtProfile.cpp1832 const CXXInheritedCtorInitExpr *S) { in VisitCXXInheritedCtorInitExpr()
DStmtPrinter.cpp2172 void StmtPrinter::VisitCXXInheritedCtorInitExpr(CXXInheritedCtorInitExpr *E) { in VisitCXXInheritedCtorInitExpr()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp1709 void ASTStmtReader::VisitCXXInheritedCtorInitExpr(CXXInheritedCtorInitExpr *E) { in VisitCXXInheritedCtorInitExpr()
3504 S = new (Context) CXXInheritedCtorInitExpr(Empty); in ReadStmtFromStream()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1255 void ASTStmtReader::VisitCXXInheritedCtorInitExpr(CXXInheritedCtorInitExpr *E) { in VisitCXXInheritedCtorInitExpr()
3489 S = new (Context) CXXInheritedCtorInitExpr(Empty); in ReadStmtFromStream()

12