Searched refs:PrevLoc (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp937 PathDiagnosticLocation PrevLoc; member in class:__anon4089::EdgeBuilder
1004 PrevLoc = (*PD.path.begin())->getLocation();
1006 if (const Stmt *S = PrevLoc.asStmt())
1026 PrevLoc = PathDiagnosticLocation();
1100 if (!PrevLoc.isValid()) {
1101 PrevLoc = NewLoc;
1106 const PathDiagnosticLocation &PrevLocClean = cleanUpLocation(PrevLoc);
1109 PrevLoc = NewLoc;
1122 PrevLoc = NewLoc;
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp241 SMLoc PrevLoc = getLexer().getLoc(); local
259 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer())
/external/clang/lib/CodeGen/
H A DCGDebugInfo.h51 SourceLocation CurLoc, PrevLoc; member in class:clang::CodeGen::CGDebugInfo
H A DCGDebugInfo.cpp66 PresumedLoc PPLoc = SM.getPresumedLoc(PrevLoc);
2304 if (CurLoc == PrevLoc ||
2305 SM.getExpansionLoc(CurLoc) == SM.getExpansionLoc(PrevLoc))
2313 PrevLoc = CurLoc;
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp623 SourceLocation &Ploc, SourceLocation PrevLoc,
633 Diag(PrevLoc, diag::note_previous_definition);
621 CheckForwardProtocolDeclarationForCircularDependency( IdentifierInfo *PName, SourceLocation &Ploc, SourceLocation PrevLoc, const ObjCList<ObjCProtocolDecl> &PList) argument
/external/clang/include/clang/Sema/
H A DSema.h6211 SourceLocation &PLoc, SourceLocation PrevLoc,

Completed in 97 milliseconds