Lines Matching refs:IgnoreResults
65 bool IgnoreResults; member in __anone41a60470111::USRGenerator
75 IgnoreResults(false), in USRGenerator()
83 bool ignoreResults() const { return IgnoreResults; } in ignoreResults()
111 IgnoreResults = true; // No USRs for linkage specs themselves. in VisitLinkageSpecDecl()
115 IgnoreResults = true; in VisitUsingDirectiveDecl()
222 IgnoreResults = true; in VisitFieldDecl()
232 IgnoreResults = true; in VisitFunctionDecl()
321 IgnoreResults = true; in VisitNamedDecl()
351 IgnoreResults = true; in VisitVarDecl()
384 if (IgnoreResults) in VisitNamespaceDecl()
404 if (!IgnoreResults) in VisitNamespaceAliasDecl()
426 IgnoreResults = true; in VisitObjCMethodDecl()
457 IgnoreResults = true; in VisitObjCContainerDecl()
481 IgnoreResults = true; in VisitObjCContainerDecl()
513 IgnoreResults = true; in VisitObjCPropertyImplDecl()
641 return IgnoreResults; in GenLoc()
646 IgnoreResults = true; in GenLoc()
653 IgnoreResults = in GenLoc()
654 IgnoreResults || printLoc(Out, D->getBeginLoc(), in GenLoc()
657 return IgnoreResults; in GenLoc()
852 IgnoreResults = true; in VisitType()