• Home
  • Raw
  • Download

Lines Matching refs:getBegin

79   if (R1.getEnd() != R2.getBegin() &&  in RangeCompare()
80 SM.isBeforeInTranslationUnit(R1.getEnd(), R2.getBegin())) in RangeCompare()
82 if (R2.getEnd() != R1.getBegin() && in RangeCompare()
83 SM.isBeforeInTranslationUnit(R2.getEnd(), R1.getBegin())) in RangeCompare()
94 if (L == R.getBegin() || L == R.getEnd()) in LocationCompare()
96 if (SM.isBeforeInTranslationUnit(L, R.getBegin())) in LocationCompare()
124 R.getBegin().getRawEncoding(), in translateSourceRange()
199 FID = SM.getFileID(SM.getFileLoc(R.getBegin())); in visitPreprocessedEntitiesInRange()
218 Begin = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getBegin())), in visitFileRegion()
361 SourceLocation B = MappedRange.getBegin(); in visitPreprocessedEntitiesInRegion()
1172 return Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(), Range.getBegin(), in VisitNestedNameSpecifier()
1177 Range.getBegin(), TU)); in VisitNestedNameSpecifier()
1185 return Visit(MakeCursorTypeRef(Typedef->getDecl(), Range.getBegin(), TU)); in VisitNestedNameSpecifier()
1187 return Visit(MakeCursorTypeRef(Tag->getDecl(), Range.getBegin(), TU)); in VisitNestedNameSpecifier()
1190 return VisitTemplateName(TST->getTemplateName(), Range.getBegin()); in VisitNestedNameSpecifier()
2368 SourceRange R(Pieces.front().getBegin(), Pieces.back().getEnd()); in buildPieces()
3897 SourceLocation L = cxcursor::getCursorPreprocessingDirective(C).getBegin(); in clang_getCursorLocation()
3903 = cxcursor::getCursorMacroExpansion(C)->getSourceRange().getBegin(); in clang_getCursorLocation()
3914 = cxcursor::getCursorInclusionDirective(C)->getSourceRange().getBegin(); in clang_getCursorLocation()
4094 if (StartLoc.isValid() && R.getBegin().isValid() && in getFullCursorExtent()
4095 SrcMgr.isBeforeInTranslationUnit(StartLoc, R.getBegin())) in getFullCursorExtent()
4659 = SourceMgr.getDecomposedLoc(Range.getBegin()); in getTokens()
5130 if (macroRange.getBegin() == macroRange.getEnd()) in visit()
5135 macroRange.getBegin())) in visit()
5194 = SourceMgr.getDecomposedLoc(RegionOfInterest.getBegin()); in annotatePreprocessorTokens()