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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp974 PathDiagnosticLocation PrevLoc; member in class:__anon3626::EdgeBuilder
1000 PrevLoc = (*PD.path.begin())->getLocation();
1002 if (const Stmt *S = PrevLoc.asStmt())
1022 PrevLoc = PathDiagnosticLocation();
1097 if (!PrevLoc.isValid()) {
1098 PrevLoc = NewLoc;
1103 const PathDiagnosticLocation &PrevLocClean = cleanUpLocation(PrevLoc, PDB.LC);
1106 PrevLoc = NewLoc;
1119 PrevLoc = NewLoc;
1595 PathDiagnosticLocation &PrevLoc,
1594 addEdgeToPath(PathPieces &path, PathDiagnosticLocation &PrevLoc, PathDiagnosticLocation NewLoc, const LocationContext *LC) argument
1649 PathDiagnosticLocation PrevLoc = PD.getLocation(); local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp244 SMLoc PrevLoc = getLexer().getLoc(); local
262 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer())
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h56 SourceLocation CurLoc, PrevLoc; member in class:clang::CodeGen::CGDebugInfo
H A DCGDebugInfo.cpp113 PresumedLoc PPLoc = SM.getPresumedLoc(PrevLoc);
2553 if (CurLoc == PrevLoc ||
2554 SM.getExpansionLoc(CurLoc) == SM.getExpansionLoc(PrevLoc))
2562 PrevLoc = CurLoc;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp665 SourceLocation &Ploc, SourceLocation PrevLoc,
675 Diag(PrevLoc, diag::note_previous_definition);
663 CheckForwardProtocolDeclarationForCircularDependency( IdentifierInfo *PName, SourceLocation &Ploc, SourceLocation PrevLoc, const ObjCList<ObjCProtocolDecl> &PList) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h6652 SourceLocation &PLoc, SourceLocation PrevLoc,

Completed in 199 milliseconds