Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6131 static bool HandleConstructorCall(const Expr *E, const LValue &This, in HandleConstructorCall() function
6344 static bool HandleConstructorCall(const Expr *E, const LValue &This, in HandleConstructorCall() function
6353 return HandleConstructorCall(E, This, Call, Definition, Info, Result) && in HandleConstructorCall()
9955 return HandleConstructorCall(E, This, Args, in VisitCXXConstructExpr()
9977 return HandleConstructorCall(E, This, Info.CurrentCall->Arguments, in VisitCXXInheritedCtorInitExpr()
15707 HandleConstructorCall(&VIE, This, Args, CD, Info, Scratch); in isPotentialConstantExpr()