Searched refs:HandleConstructorCall (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 6210 static bool HandleConstructorCall(const Expr *E, const LValue &This, in HandleConstructorCall() function 6423 static bool HandleConstructorCall(const Expr *E, const LValue &This, in HandleConstructorCall() function 6432 return HandleConstructorCall(E, This, Call, Definition, Info, Result) && in HandleConstructorCall() 10097 return HandleConstructorCall(E, This, Args, in VisitCXXConstructExpr() 10119 return HandleConstructorCall(E, This, Info.CurrentCall->Arguments, in VisitCXXInheritedCtorInitExpr() 15943 HandleConstructorCall(&VIE, This, Args, CD, Info, Scratch); in isPotentialConstantExpr()
|