HomeSort by: relevance | last modified time | path
    Searched refs:FirstElement (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 435 const MemRegion *MatchedRegion, StringRef FirstElement,
440 bool prettyPrintRegionName(StringRef FirstElement, bool FirstIsReferenceType,
447 static StringRef prettyPrintFirstElement(StringRef FirstElement,
681 StringRef FirstElement, bool FirstIsReferenceType,
719 if (!prettyPrintRegionName(FirstElement, FirstIsReferenceType, MatchedRegion,
729 bool NoStoreFuncVisitor::prettyPrintRegionName(StringRef FirstElement,
760 Sep = prettyPrintFirstElement(FirstElement,
776 prettyPrintFirstElement(FirstElement,
782 StringRef FirstElement, bool MoreItemsExpected, int IndirectionLevel,
796 os << FirstElement;
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h 231 bool FirstElement = true;
234 if (!FirstElement)
246 FirstElement = false;

Completed in 18 milliseconds