Searched defs:PrevLoc (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DELFAsmParser.cpp237 SMLoc PrevLoc = getLexer().getLoc(); local
255 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer())
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp234 SMLoc PrevLoc = getLexer().getLoc(); local
254 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer())
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp969 PathDiagnosticLocation PrevLoc; member in class:__anon1735::EdgeBuilder
995 PrevLoc = (*PD.path.begin())->getLocation();
997 if (const Stmt *S = PrevLoc.asStmt())
1017 PrevLoc = PathDiagnosticLocation();
1092 if (!PrevLoc.isValid()) {
1093 PrevLoc = NewLoc;
1098 const PathDiagnosticLocation &PrevLocClean = cleanUpLocation(PrevLoc, PDB.LC);
1101 PrevLoc = NewLoc;
1114 PrevLoc = NewLoc;
1585 PathDiagnosticLocation &PrevLoc,
1584 addEdgeToPath(PathPieces &path, PathDiagnosticLocation &PrevLoc, PathDiagnosticLocation NewLoc, const LocationContext *LC) argument
1637 PathDiagnosticLocation PrevLoc = PD.getLocation(); local
[all...]
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1097 SourceLocation &Ploc, SourceLocation PrevLoc,
1107 Diag(PrevLoc, diag::note_previous_definition);
1095 CheckForwardProtocolDeclarationForCircularDependency( IdentifierInfo *PName, SourceLocation &Ploc, SourceLocation PrevLoc, const ObjCList<ObjCProtocolDecl> &PList) argument

Completed in 412 milliseconds