Home
last modified time | relevance | path

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

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