Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h566 iterator begin(Source *source, bool LocalOnly = false) {
567 if (LocalOnly)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp6382 void Sema::PerformPendingInstantiations(bool LocalOnly) { in PerformPendingInstantiations() argument
6385 (!LocalOnly && !PendingInstantiations.empty())) { in PerformPendingInstantiations()
6415 if (!LocalOnly && LangOpts.PCHInstantiateTemplates && in PerformPendingInstantiations()
6464 if (!LocalOnly && LangOpts.PCHInstantiateTemplates) in PerformPendingInstantiations()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13793 void PerformPendingInstantiations(bool LocalOnly = false);