Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp9969 SourceLocation SecondLoc; in diagnoseOdrViolations() local
9973 SecondLoc = SecondTag->getBraceRange().getEnd(); in diagnoseOdrViolations()
9975 SecondLoc = DR.SecondDecl->getLocation(); in diagnoseOdrViolations()
9978 Diag(SecondLoc, diag::note_module_odr_violation_mismatch_decl) in diagnoseOdrViolations()
10366 SourceLocation FirstLoc, SecondLoc; in diagnoseOdrViolations() local
10376 SecondLoc = SecondStr->getBeginLoc(); in diagnoseOdrViolations()
10379 SecondLoc = SecondSA->getBeginLoc(); in diagnoseOdrViolations()
10385 ODRDiagDeclNote(SecondModule, SecondLoc, SecondRange, in diagnoseOdrViolations()