Searched refs:EndFileID (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DRewriter.cpp129 FileID StartFileID, EndFileID;
133 EndOff = getLocationOffsetAndFileID(Range.getEnd(), EndFileID);
135 if (StartFileID != EndFileID)
173 FileID StartFileID, EndFileID;
176 EndOff = getLocationOffsetAndFileID(Range.getEnd(), EndFileID);
178 if (StartFileID != EndFileID)
360 FileID StartFileID, EndFileID, parentFileID;
364 EndOff = getLocationOffsetAndFileID(range.getEnd(), EndFileID);
367 if (StartFileID != EndFileID || StartFileID != parentFileID)
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp331 FileID EndFileID = SM->getFileID(End); local
337 while (Begin.isMacroID() && BeginFileID != EndFileID) {
344 if (BeginFileID != EndFileID) {
345 while (End.isMacroID() && !BeginLocsMap.count(EndFileID)) {
347 EndFileID = SM->getFileID(End);
350 Begin = BeginLocsMap[EndFileID];
351 BeginFileID = EndFileID;
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DRawCommentList.cpp94 FileID EndFileID; local
100 llvm::tie(EndFileID, EndOffset) =
108 assert(BeginFileID == EndFileID);

Completed in 167 milliseconds