HomeSort by relevance Sort by last modified time
    Searched refs:PrevLoc (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 770 PathDiagnosticLocation PrevLoc;
837 PrevLoc = (*PD.path.begin())->getLocation();
839 if (const Stmt *S = PrevLoc.asStmt())
859 PrevLoc = PathDiagnosticLocation();
932 if (!PrevLoc.isValid()) {
933 PrevLoc = NewLoc;
938 const PathDiagnosticLocation &PrevLocClean = cleanUpLocation(PrevLoc);
949 PrevLoc = NewLoc;
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 237 SMLoc PrevLoc = getLexer().getLoc();
255 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer())
  /external/clang/lib/CodeGen/
CGDebugInfo.h 50 SourceLocation CurLoc, PrevLoc;
CGDebugInfo.cpp 65 PresumedLoc PPLoc = SM.getPresumedLoc(PrevLoc);
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 556 SourceLocation &Ploc, SourceLocation PrevLoc,
566 Diag(PrevLoc, diag::note_previous_definition);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 410 milliseconds