Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3405 bool performsVirtualDispatch(const LangOptions &LO) const { in performsVirtualDispatch() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp19739 ME->performsVirtualDispatch(SemaRef.getLangOpts()); in MarkExprReferenced()
19781 if (E->performsVirtualDispatch(getLangOpts())) { in MarkMemberReferenced()
H A DSemaOverload.cpp15511 MemExpr->performsVirtualDispatch(getLangOpts())) { in BuildCallToMemberFunction()