Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExternalASTSource.h537 iterator begin(Source *source, bool LocalOnly = false) {
538 if (LocalOnly)
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp4645 void Sema::PerformPendingInstantiations(bool LocalOnly) { in PerformPendingInstantiations() argument
4647 (!LocalOnly && !PendingInstantiations.empty())) { in PerformPendingInstantiations()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h6888 void PerformPendingInstantiations(bool LocalOnly = false);