Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h544 iterator begin(Source *source, bool LocalOnly = false) {
545 if (LocalOnly)
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp6417 void Sema::PerformPendingInstantiations(bool LocalOnly) { in PerformPendingInstantiations() argument
6420 (!LocalOnly && !PendingInstantiations.empty())) { in PerformPendingInstantiations()
6450 if (!LocalOnly && LangOpts.PCHInstantiateTemplates && in PerformPendingInstantiations()
6499 if (!LocalOnly && LangOpts.PCHInstantiateTemplates) in PerformPendingInstantiations()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10242 void PerformPendingInstantiations(bool LocalOnly = false);