Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExternalASTSource.h536 iterator begin(Source *source, bool LocalOnly = false) {
537 if (LocalOnly)
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp6303 void Sema::PerformPendingInstantiations(bool LocalOnly) { in PerformPendingInstantiations() argument
6306 (!LocalOnly && !PendingInstantiations.empty())) { in PerformPendingInstantiations()
6336 if (!LocalOnly && LangOpts.PCHInstantiateTemplates && in PerformPendingInstantiations()
6385 if (!LocalOnly && LangOpts.PCHInstantiateTemplates) in PerformPendingInstantiations()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h9624 void PerformPendingInstantiations(bool LocalOnly = false);