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

/external/clang/lib/CodeGen/
H A DCGDebugInfo.h51 SourceLocation CurLoc, PrevLoc; member in class:clang::CodeGen::CGDebugInfo
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp239 SMLoc PrevLoc = getLexer().getLoc(); local
257 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer())
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp786 PathDiagnosticLocation PrevLoc; member in class:__anon3940::EdgeBuilder
853 PrevLoc = (*PD.path.begin())->getLocation();
855 if (const Stmt *S = PrevLoc.asStmt())
875 PrevLoc = PathDiagnosticLocation();
949 if (!PrevLoc.isValid()) {
950 PrevLoc = NewLoc;
955 const PathDiagnosticLocation &PrevLocClean = cleanUpLocation(PrevLoc);
966 PrevLoc = NewLoc;
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp608 SourceLocation &Ploc, SourceLocation PrevLoc,
618 Diag(PrevLoc, diag::note_previous_definition);
606 CheckForwardProtocolDeclarationForCircularDependency( IdentifierInfo *PName, SourceLocation &Ploc, SourceLocation PrevLoc, const ObjCList<ObjCProtocolDecl> &PList) argument

Completed in 73 milliseconds