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

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ProgramPoint.h 583 class PreImplicitCall : public ImplicitCallPoint {
585 PreImplicitCall(const Decl *D, SourceLocation Loc, const LocationContext *L,
591 PreImplicitCall() = default;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 84 // PreImplicitCall (so that we would be able to find it when retrying a
148 if (SuccLoc.getAs<CallEnter>() || SuccLoc.getAs<PreImplicitCall>())
CallEvent.cpp 319 return PreImplicitCall(D, Loc, getLocationContext(), Tag);
BugReporter.cpp 2396 if (Optional<PreImplicitCall> PIE = P.getAs<PreImplicitCall>())
ExprEngine.cpp 1916 if (L.getAs<PreImplicitCall>())
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp 695 } else if (Optional<PreImplicitCall> PIC = P.getAs<PreImplicitCall>()) {

Completed in 22 milliseconds