Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExternalASTSource.h536 iterator begin(Source *source, bool LocalOnly = false) {
537 if (LocalOnly)
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp6315 void Sema::PerformPendingInstantiations(bool LocalOnly) { in PerformPendingInstantiations() argument
6318 (!LocalOnly && !PendingInstantiations.empty())) { in PerformPendingInstantiations()
6348 if (!LocalOnly && LangOpts.PCHInstantiateTemplates && in PerformPendingInstantiations()
6397 if (!LocalOnly && LangOpts.PCHInstantiateTemplates) in PerformPendingInstantiations()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h9930 void PerformPendingInstantiations(bool LocalOnly = false);