Home
last modified time | relevance | path

Searched refs:NextLoc (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransProtectedScope.cpp76 SourceLocation NextLoc = S->getLocEnd(); in VisitSwitchStmt() local
80 Cases.push_back(CaseInfo(Curr,SourceRange(Curr->getLocStart(), NextLoc))); in VisitSwitchStmt()
81 NextLoc = Curr->getLocStart(); in VisitSwitchStmt()
/external/clang/lib/AST/
DTypeLoc.cpp90 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> { class
104 return NextLoc().Visit(TL); in getNextTypeLocImpl()
/external/clang/lib/Lex/
DTokenLexer.cpp776 SourceLocation NextLoc = NextTok->getLocation(); in updateConsecutiveMacroArgTokens() local
777 if (CurLoc.isFileID() != NextLoc.isFileID()) in updateConsecutiveMacroArgTokens()
781 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs)) in updateConsecutiveMacroArgTokens()
787 CurLoc = NextLoc; in updateConsecutiveMacroArgTokens()
DPPMacroExpansion.cpp1305 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro() local
1306 while (NextLoc.isValid()) { in ExpandBuiltinMacro()
1307 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro()
1311 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
/external/llvm/lib/Object/
DArchive.cpp124 const char *NextLoc = Data.data() + SpaceToSkip; in getNext() local
127 if (NextLoc >= Parent->Data.getBufferEnd()) in getNext()
130 return Child(Parent, NextLoc); in getNext()
/external/clang/lib/Basic/
DSourceManager.cpp1054 SourceLocation NextLoc = Loc.getLocWithOffset(1); in isAtEndOfImmediateMacroExpansion() local
1055 if (isInFileID(NextLoc, FID)) in isAtEndOfImmediateMacroExpansion()