Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp6218 static bool HandleConstructorCall(const Expr *E, const LValue &This, in HandleConstructorCall() function
6431 static bool HandleConstructorCall(const Expr *E, const LValue &This, in HandleConstructorCall() function
6440 return HandleConstructorCall(E, This, Call, Definition, Info, Result) && in HandleConstructorCall()
10132 return HandleConstructorCall(E, This, Args, in VisitCXXConstructExpr()
10154 return HandleConstructorCall(E, This, Info.CurrentCall->Arguments, in VisitCXXInheritedCtorInitExpr()
16201 HandleConstructorCall(&VIE, This, Args, CD, Info, Scratch); in isPotentialConstantExpr()