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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountDiagnostics.cpp 874 UniqueingDecl = Ctx.getLocationContext()->getDecl();
917 UniqueingDecl = AllocNode->getLocationContext()->getDecl();
921 assert(Location.isValid() && UniqueingDecl && UniqueingLocation.isValid());
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 358 const Decl *UniqueingDecl;
420 return UniqueingDecl;
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h 784 const Decl *UniqueingDecl;
882 return UniqueingDecl;
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp 130 UniqueingDecl(DeclToUnique), ExecutedLines(std::move(ExecutedLines)),
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 2135 UniqueingLocation(LocationToUnique), UniqueingDecl(DeclToUnique) {

Completed in 97 milliseconds