Searched refs:HandleConstructorCall (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 6128 static bool HandleConstructorCall(const Expr *E, const LValue &This, in HandleConstructorCall() function 6341 static bool HandleConstructorCall(const Expr *E, const LValue &This, in HandleConstructorCall() function 6350 return HandleConstructorCall(E, This, Call, Definition, Info, Result) && in HandleConstructorCall() 9923 return HandleConstructorCall(E, This, Args, in VisitCXXConstructExpr() 9945 return HandleConstructorCall(E, This, Info.CurrentCall->Arguments, in VisitCXXInheritedCtorInitExpr() 15670 HandleConstructorCall(&VIE, This, Args, CD, Info, Scratch); in isPotentialConstantExpr()
|