Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp76 SourceLocation NextLoc = S->getEndLoc(); in VisitSwitchStmt() local
81 CaseInfo(Curr, SourceRange(Curr->getBeginLoc(), NextLoc))); in VisitSwitchStmt()
82 NextLoc = Curr->getBeginLoc(); in VisitSwitchStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DTokenLexer.cpp1009 SourceLocation NextLoc = NextTok->getLocation(); in updateConsecutiveMacroArgTokens() local
1010 if (CurLoc.isFileID() != NextLoc.isFileID()) in updateConsecutiveMacroArgTokens()
1014 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs)) in updateConsecutiveMacroArgTokens()
1021 if (CurLoc.isMacroID() && !SM.isWrittenInSameFile(CurLoc, NextLoc)) in updateConsecutiveMacroArgTokens()
1024 CurLoc = NextLoc; in updateConsecutiveMacroArgTokens()
H A DPPMacroExpansion.cpp1520 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro() local
1521 while (NextLoc.isValid()) { in ExpandBuiltinMacro()
1522 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro()
1526 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp110 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> { class
125 return NextLoc().Visit(TL); in getNextTypeLocImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchive.cpp458 const char *NextLoc = Data.data() + SpaceToSkip; in getNext() local
461 if (NextLoc == Parent->Data.getBufferEnd()) in getNext()
465 if (NextLoc > Parent->Data.getBufferEnd()) { in getNext()
478 Child Ret(Parent, NextLoc, &Err); in getNext()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp1118 SourceLocation NextLoc = Loc.getLocWithOffset(1); in isAtEndOfImmediateMacroExpansion() local
1119 if (isInFileID(NextLoc, FID)) in isAtEndOfImmediateMacroExpansion()