Home | History | Annotate | Download | only in libclang

Lines Matching refs:EndLoc

142   SourceLocation EndLoc = R.getEnd();
143 if (EndLoc.isValid() && EndLoc.isMacroID() && !SM.isMacroArgExpansion(EndLoc))
144 EndLoc = SM.getExpansionRange(EndLoc).second;
145 if (R.isTokenRange() && !EndLoc.isInvalid()) {
146 unsigned Length = Lexer::MeasureTokenLength(SM.getSpellingLoc(EndLoc),
148 EndLoc = EndLoc.getLocWithOffset(Length);
154 EndLoc.getRawEncoding()
935 SourceManager &SM, SourceLocation EndLoc,
945 if (SM.isBeforeInTranslationUnit(L, EndLoc)) {
967 SourceLocation EndLoc = D->getSourceRange().getEnd();
969 if (EndLoc.isValid()) {
971 addRangedDeclsInContainer(DI_current, DE_current, SM, EndLoc,
974 addRangedDeclsInContainer(FileDI_current, FileDE_current, SM, EndLoc,
5816 SourceLocation EndLoc =
5819 MakePreprocessingDirectiveCursor(SourceRange(BeginLoc, EndLoc), TU);