Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1088 if (!PrevLoc.isValid() || !PrevLoc.asLocation().isValid()) { in addEdgeToPath()
1089 PrevLoc = NewLoc; in addEdgeToPath()
1100 PrevLoc = NewLoc; in addEdgeToPath()
1144 addEdgeToPath(C.getActivePath(), PrevLoc, in generatePathDiagnosticsForNode()
1180 PrevLoc = Call->getLocation(); in generatePathDiagnosticsForNode()
1208 PrevLoc.invalidate(); in generatePathDiagnosticsForNode()
1230 addEdgeToPath(C.getActivePath(), PrevLoc, L); in generatePathDiagnosticsForNode()
1265 addEdgeToPath(C.getActivePath(), PrevLoc, in generatePathDiagnosticsForNode()
1308 addEdgeToPath(C.getActivePath(), PrevLoc, L); in generatePathDiagnosticsForNode()
2018 generatePathDiagnosticsForNode(Construct, PrevLoc); in generate()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp999 SourceLocation PrevLoc; in unlock() local
1001 PrevLoc = Neg->loc(); in unlock()
1002 Handler->handleUnmatchedUnlock(DiagKind, Cp.toString(), loc, PrevLoc); in unlock()
1343 SourceLocation PrevLoc; in removeLock() local
1345 PrevLoc = Neg->loc(); in removeLock()
1346 Handler.handleUnmatchedUnlock(DiagKind, Cp.toString(), UnlockLoc, PrevLoc); in removeLock()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp258 SMLoc PrevLoc = getLexer().getLoc(); in ParseSectionName() local
278 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer()) in ParseSectionName()
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1243 SourceLocation PrevLoc; member
1249 : P(P), StmtLoc(SL), PrevLoc(P.getCurToken().getLocation()), in MisleadingIndentationChecker()
1301 Tok.getLocation().isMacroID() || PrevLoc.isMacroID() || in Check()
1311 unsigned PrevColNum = getVisualIndentation(SM, PrevLoc); in Check()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp1186 SourceLocation &Ploc, SourceLocation PrevLoc, in CheckForwardProtocolDeclarationForCircularDependency() argument
1196 Diag(PrevLoc, diag::note_previous_definition); in CheckForwardProtocolDeclarationForCircularDependency()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9500 SourceLocation &PLoc, SourceLocation PrevLoc,