Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h564 iterator begin(Source *source, bool LocalOnly = false) {
565 if (LocalOnly)
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5274 void Sema::PerformPendingInstantiations(bool LocalOnly) { in PerformPendingInstantiations() argument
5276 (!LocalOnly && !PendingInstantiations.empty())) { in PerformPendingInstantiations()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7750 void PerformPendingInstantiations(bool LocalOnly = false);