Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DExternalASTSource.h538 iterator begin(Source *source, bool LocalOnly = false) {
539 if (LocalOnly)
/external/clang/include/clang/AST/
DExternalASTSource.h526 iterator begin(Source *source, bool LocalOnly = false) {
527 if (LocalOnly)
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp6072 void Sema::PerformPendingInstantiations(bool LocalOnly) { in PerformPendingInstantiations() argument
6075 (!LocalOnly && !PendingInstantiations.empty())) { in PerformPendingInstantiations()
6105 if (!LocalOnly && LangOpts.PCHInstantiateTemplates && in PerformPendingInstantiations()
6154 if (!LocalOnly && LangOpts.PCHInstantiateTemplates) in PerformPendingInstantiations()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp4862 void Sema::PerformPendingInstantiations(bool LocalOnly) { in PerformPendingInstantiations() argument
4864 (!LocalOnly && !PendingInstantiations.empty())) { in PerformPendingInstantiations()
/external/clang/include/clang/Sema/
DSema.h7126 void PerformPendingInstantiations(bool LocalOnly = false);
/external/llvm-project/clang/include/clang/Sema/
DSema.h9074 void PerformPendingInstantiations(bool LocalOnly = false);