Searched refs:isImmediateInvocation (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1077 bool isImmediateInvocation() const { function in class:clang::final
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16198 if (!E->isImmediateInvocation())
16217 if (CE->isImmediateInvocation())
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3789 assert(CE->isImmediateInvocation() && CE == Info.EvaluatingDecl);

Completed in 198 milliseconds