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

/external/clang/lib/CodeGen/
H A DCGDebugInfo.h56 SourceLocation CurLoc, PrevLoc; member in class:clang::CodeGen::CGDebugInfo
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp245 SMLoc PrevLoc = getLexer().getLoc(); local
263 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer())
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp677 SourceLocation &Ploc, SourceLocation PrevLoc,
687 Diag(PrevLoc, diag::note_previous_definition);
675 CheckForwardProtocolDeclarationForCircularDependency( IdentifierInfo *PName, SourceLocation &Ploc, SourceLocation PrevLoc, const ObjCList<ObjCProtocolDecl> &PList) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp975 PathDiagnosticLocation PrevLoc; member in class:__anon18256::EdgeBuilder
1001 PrevLoc = (*PD.path.begin())->getLocation();
1003 if (const Stmt *S = PrevLoc.asStmt())
1023 PrevLoc = PathDiagnosticLocation();
1098 if (!PrevLoc.isValid()) {
1099 PrevLoc = NewLoc;
1104 const PathDiagnosticLocation &PrevLocClean = cleanUpLocation(PrevLoc, PDB.LC);
1107 PrevLoc = NewLoc;
1120 PrevLoc = NewLoc;
1596 PathDiagnosticLocation &PrevLoc,
1595 addEdgeToPath(PathPieces &path, PathDiagnosticLocation &PrevLoc, PathDiagnosticLocation NewLoc, const LocationContext *LC) argument
1650 PathDiagnosticLocation PrevLoc = PD.getLocation(); local
[all...]

Completed in 146 milliseconds