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.cpp6371 static bool HandleConstructorCall(const Expr *E, const LValue &This, in HandleConstructorCall() function
6585 static bool HandleConstructorCall(const Expr *E, const LValue &This, in HandleConstructorCall() function
6594 return HandleConstructorCall(E, This, Call, Definition, Info, Result) && in HandleConstructorCall()
10525 return HandleConstructorCall(E, This, Args, in VisitCXXConstructExpr()
10547 return HandleConstructorCall(E, This, Info.CurrentCall->Arguments, in VisitCXXInheritedCtorInitExpr()
17006 HandleConstructorCall(&VIE, This, Args, CD, Info, Scratch); in isPotentialConstantExpr()