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.h592 iterator begin(Source *source, bool LocalOnly = false) {
593 if (LocalOnly)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp7073 void Sema::PerformPendingInstantiations(bool LocalOnly, bool AtEndOfTU) { in PerformPendingInstantiations() argument
7076 (!LocalOnly && !PendingInstantiations.empty())) { in PerformPendingInstantiations()
7109 if (!LocalOnly && LangOpts.PCHInstantiateTemplates && in PerformPendingInstantiations()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14093 void PerformPendingInstantiations(bool LocalOnly = false,