Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp4493 static bool HandleConstructorCall(const Expr *E, const LValue &This, in HandleConstructorCall() function
4649 static bool HandleConstructorCall(const Expr *E, const LValue &This, in HandleConstructorCall() function
4657 return HandleConstructorCall(E, This, ArgValues.data(), Definition, in HandleConstructorCall()
6757 return HandleConstructorCall(E, This, Args, in VisitCXXConstructExpr()
6779 return HandleConstructorCall(E, This, Info.CurrentCall->Arguments, in VisitCXXInheritedCtorInitExpr()
11694 HandleConstructorCall(&VIE, This, Args, CD, Info, Scratch); in isPotentialConstantExpr()