Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp13336 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), FnDecl); in CreateOverloadedUnaryOp()
13721 R = CheckForImmediateInvocation(R, FnDecl); in CreateOverloadedBinOp()
14432 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), in BuildCallToMemberFunction()
14714 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), Method); in BuildCallToObjectOfClassType()
14910 return CheckForImmediateInvocation(MaybeBindToTemporary(UDL), FD); in BuildLiteralOperatorCall()
H A DSemaExpr.cpp6843 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), FDecl); in BuildResolvedCallExpr()
16452 ExprResult Sema::CheckForImmediateInvocation(ExprResult E, FunctionDecl *Decl) { in CheckForImmediateInvocation() function in Sema
H A DSemaInit.cpp6557 CurInit = S.CheckForImmediateInvocation( in PerformConstructorInitialization()
H A DSemaDeclCXX.cpp15131 return CheckForImmediateInvocation( in BuildCXXConstructExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6012 ExprResult CheckForImmediateInvocation(ExprResult E, FunctionDecl *Decl);