HomeSort by: relevance | last modified time | path
    Searched refs:EndFileID (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Rewrite/
Rewriter.cpp 150 FileID StartFileID, EndFileID;
152 unsigned EndOff = getLocationOffsetAndFileID(Range.getEnd(), EndFileID);
154 if (StartFileID != EndFileID)
189 FileID StartFileID, EndFileID;
192 EndOff = getLocationOffsetAndFileID(Range.getEnd(), EndFileID);
194 if (StartFileID != EndFileID)
351 FileID StartFileID, EndFileID, parentFileID;
355 EndOff = getLocationOffsetAndFileID(range.getEnd(), EndFileID);
358 if (StartFileID != EndFileID || StartFileID != parentFileID)
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
DiagnosticRenderer.cpp 371 FileID EndFileID = SM->getFileID(End);
377 while (Begin.isMacroID() && BeginFileID != EndFileID) {
384 if (BeginFileID != EndFileID) {
385 while (End.isMacroID() && !BeginLocsMap.count(EndFileID)) {
389 EndFileID = SM->getFileID(End);
392 Begin = BeginLocsMap[EndFileID];
393 BeginFileID = EndFileID;
401 if (Begin.isInvalid() || End.isInvalid() || BeginFileID != EndFileID)
  /src/external/apache2/llvm/dist/clang/lib/AST/
RawCommentList.cpp 154 FileID EndFileID;
160 std::tie(EndFileID, EndOffset) = SourceMgr.getDecomposedLoc(Range.getEnd());
167 assert(BeginFileID == EndFileID);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp 496 FileID EndFileID = SM.getFileID(End);
497 while (StartFileID != EndFileID && !isNestedIn(End, StartFileID)) {
503 while (StartFileID != EndFileID) {
507 EndFileID = SM.getFileID(End);

Completed in 59 milliseconds