/external/llvm-project/clang/include/clang/Analysis/ |
D | AnyCall.h | 90 AnyCall(const CXXInheritedCtorInitExpr *CIE) in AnyCall() 123 } else if (const auto *CXCIE = dyn_cast<CXXInheritedCtorInitExpr>(E)) { in forExpr()
|
D | ConstructionContext.h | 113 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/ |
D | CallEvent.h | 851 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()
|
D | ExprEngine.h | 561 void VisitCXXInheritedCtorInitExpr(const CXXInheritedCtorInitExpr *E,
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 129 def CXXInheritedCtorInitExpr : DStmt<Expr>;
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCXX.cpp | 463 const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(E); in handleConstructor() 693 const CXXInheritedCtorInitExpr *CE, ExplodedNode *Pred, in VisitCXXInheritedCtorInitExpr()
|
D | CallEvent.cpp | 919 while (isa<CXXInheritedCtorInitExpr>(SFC->getCallSite())) in getInheritingStackFrame() 1410 else if (const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(CallSite)) in getCaller()
|
D | SymbolManager.cpp | 529 if (isa<CXXInheritedCtorInitExpr>(Loc)) in isLive()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | StmtNodes.td | 144 def CXXInheritedCtorInitExpr : StmtNode<Expr>;
|
/external/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 178 void VisitCXXInheritedCtorInitExpr(const CXXInheritedCtorInitExpr *E); 1003 const CXXInheritedCtorInitExpr *E) { in VisitCXXInheritedCtorInitExpr()
|
D | CGClass.cpp | 2174 bool InheritedFromVBase, const CXXInheritedCtorInitExpr *E) { in EmitInheritedCXXConstructorCall()
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 1325 class CXXInheritedCtorInitExpr : public Expr { 1341 CXXInheritedCtorInitExpr(SourceLocation Loc, QualType T, in CXXInheritedCtorInitExpr() function 1353 explicit CXXInheritedCtorInitExpr(EmptyShell Empty) in CXXInheritedCtorInitExpr() function
|
D | RecursiveASTVisitor.h | 2317 DEF_TRAVERSE_STMT(CXXInheritedCtorInitExpr, {})
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 1006 cast<CXXInheritedCtorInitExpr>(E)->getConstructor()); in canThrow()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 187 void VisitCXXInheritedCtorInitExpr(const CXXInheritedCtorInitExpr *E); 1314 const CXXInheritedCtorInitExpr *E) { in VisitCXXInheritedCtorInitExpr()
|
D | CGClass.cpp | 2207 bool InheritedFromVBase, const CXXInheritedCtorInitExpr *E) { in EmitInheritedCXXConstructorCall()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ExprCXX.h | 1641 class CXXInheritedCtorInitExpr : public Expr { 1659 CXXInheritedCtorInitExpr(SourceLocation Loc, QualType T, in CXXInheritedCtorInitExpr() function 1671 explicit CXXInheritedCtorInitExpr(EmptyShell Empty) in CXXInheritedCtorInitExpr() function
|
D | RecursiveASTVisitor.h | 2569 DEF_TRAVERSE_STMT(CXXInheritedCtorInitExpr, {})
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 1180 auto *ICIE = cast<CXXInheritedCtorInitExpr>(S); in canThrow()
|
/external/clang/lib/AST/ |
D | StmtProfile.cpp | 1314 const CXXInheritedCtorInitExpr *S) { in VisitCXXInheritedCtorInitExpr()
|
D | StmtPrinter.cpp | 2225 void StmtPrinter::VisitCXXInheritedCtorInitExpr(CXXInheritedCtorInitExpr *E) { in VisitCXXInheritedCtorInitExpr()
|
/external/llvm-project/clang/lib/AST/ |
D | StmtProfile.cpp | 1832 const CXXInheritedCtorInitExpr *S) { in VisitCXXInheritedCtorInitExpr()
|
D | StmtPrinter.cpp | 2172 void StmtPrinter::VisitCXXInheritedCtorInitExpr(CXXInheritedCtorInitExpr *E) { in VisitCXXInheritedCtorInitExpr()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1709 void ASTStmtReader::VisitCXXInheritedCtorInitExpr(CXXInheritedCtorInitExpr *E) { in VisitCXXInheritedCtorInitExpr() 3504 S = new (Context) CXXInheritedCtorInitExpr(Empty); in ReadStmtFromStream()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1255 void ASTStmtReader::VisitCXXInheritedCtorInitExpr(CXXInheritedCtorInitExpr *E) { in VisitCXXInheritedCtorInitExpr() 3489 S = new (Context) CXXInheritedCtorInitExpr(Empty); in ReadStmtFromStream()
|