Home
last modified time | relevance | path

Searched refs:HandleConstructorCall (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6676 static bool HandleConstructorCall(const Expr *E, const LValue &This, in HandleConstructorCall() function
6891 static bool HandleConstructorCall(const Expr *E, const LValue &This, in HandleConstructorCall() function
6900 return HandleConstructorCall(E, This, Call, Definition, Info, Result) && in HandleConstructorCall()
10968 return HandleConstructorCall(E, This, Args, in VisitCXXConstructExpr()
10990 return HandleConstructorCall(E, This, Info.CurrentCall->Arguments, in VisitCXXInheritedCtorInitExpr()
17928 HandleConstructorCall(&VIE, This, Args, CD, Info, Scratch); in isPotentialConstantExpr()