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

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp 256 FullSourceLoc X_CEWL = X.callEnterWithin.asLocation();
257 FullSourceLoc Y_CEWL = Y.callEnterWithin.asLocation();
873 callEnterWithin = PathDiagnosticLocation::createBegin(Callee, SM);
1022 if (!callEnterWithin.asLocation().isValid())
1036 return std::make_shared<PathDiagnosticEventPiece>(callEnterWithin, Out.str());
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h 591 PathDiagnosticLocation callEnterWithin;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 512 if (Call->callEnterWithin.asLocation().isValid() &&
514 ThisCallLocation = &Call->callEnterWithin;
3191 if (!AnalysisManager::isInCodeFile(CP->callEnterWithin.asLocation(), SMgr))

Completed in 48 milliseconds