Home
last modified time | relevance | path

Searched refs:SecondLoc (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1706 SourceLocation SecondLoc = end->getBeginLoc(); in removePunyEdges() local
1708 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges()
1710 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc)) in removePunyEdges()
1711 std::swap(SecondLoc, FirstLoc); in removePunyEdges()
1713 SourceRange EdgeRange(FirstLoc, SecondLoc); in removePunyEdges()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2266 SourceLocation SecondLoc = end->getLocStart(); in removePunyEdges() local
2268 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges()
2270 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc)) in removePunyEdges()
2271 std::swap(SecondLoc, FirstLoc); in removePunyEdges()
2273 SourceRange EdgeRange(FirstLoc, SecondLoc); in removePunyEdges()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10106 SourceLocation SecondLoc; in diagnoseOdrViolations() local
10110 SecondLoc = SecondTag->getBraceRange().getEnd(); in diagnoseOdrViolations()
10112 SecondLoc = DR.SecondDecl->getLocation(); in diagnoseOdrViolations()
10115 Diag(SecondLoc, diag::note_module_odr_violation_mismatch_decl) in diagnoseOdrViolations()
10503 SourceLocation FirstLoc, SecondLoc; in diagnoseOdrViolations() local
10513 SecondLoc = SecondStr->getBeginLoc(); in diagnoseOdrViolations()
10516 SecondLoc = SecondSA->getBeginLoc(); in diagnoseOdrViolations()
10522 ODRDiagDeclNote(SecondModule, SecondLoc, SecondRange, in diagnoseOdrViolations()