Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExternalASTSource.h538 iterator begin(Source *source, bool LocalOnly = false) {
539 if (LocalOnly)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp6080 void Sema::PerformPendingInstantiations(bool LocalOnly) { in PerformPendingInstantiations() argument
6083 (!LocalOnly && !PendingInstantiations.empty())) { in PerformPendingInstantiations()
6113 if (!LocalOnly && LangOpts.PCHInstantiateTemplates && in PerformPendingInstantiations()
6162 if (!LocalOnly && LangOpts.PCHInstantiateTemplates) in PerformPendingInstantiations()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9226 void PerformPendingInstantiations(bool LocalOnly = false);