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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h568 iterator begin(Source *source, bool LocalOnly = false) {
569 if (LocalOnly)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5926 void Sema::PerformPendingInstantiations(bool LocalOnly) { argument
5928 (!LocalOnly && !PendingInstantiations.empty())) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8633 void perform() { S.PerformPendingInstantiations(/*LocalOnly=*/true); }
8675 void PerformPendingInstantiations(bool LocalOnly = false);

Completed in 90 milliseconds