Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp66 bool IgnoreResults = false; member in __anone41a60470111::USRGenerator
79 bool ignoreResults() const { return IgnoreResults; } in ignoreResults()
107 IgnoreResults = true; // No USRs for linkage specs themselves. in VisitLinkageSpecDecl()
111 IgnoreResults = true; in VisitUsingDirectiveDecl()
218 IgnoreResults = true; in VisitFieldDecl()
228 IgnoreResults = true; in VisitFunctionDecl()
316 IgnoreResults = true; in VisitNamedDecl()
346 IgnoreResults = true; in VisitVarDecl()
379 if (IgnoreResults) in VisitNamespaceDecl()
399 if (!IgnoreResults) in VisitNamespaceAliasDecl()
[all …]