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

  /external/clang/lib/CodeGen/
CGDebugInfo.h 50 SourceLocation CurLoc, PrevLoc;
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 237 SMLoc PrevLoc = getLexer().getLoc();
255 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer())
  /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...]

Completed in 456 milliseconds