Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h536 iterator begin(Source *source, bool LocalOnly = false) {
537 if (LocalOnly)
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp6272 void Sema::PerformPendingInstantiations(bool LocalOnly) { in PerformPendingInstantiations() argument
6275 (!LocalOnly && !PendingInstantiations.empty())) { in PerformPendingInstantiations()
6305 if (!LocalOnly && LangOpts.PCHInstantiateTemplates && in PerformPendingInstantiations()
6354 if (!LocalOnly && LangOpts.PCHInstantiateTemplates) in PerformPendingInstantiations()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9295 void PerformPendingInstantiations(bool LocalOnly = false);