Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Object/
DArchive.cpp63 const char *NextLoc = Data.data() + SpaceToSkip; in getNext() local
66 if (NextLoc >= Parent->Data->getBufferEnd()) in getNext()
70 ToHeader(NextLoc)->getSize(); in getNext()
72 return Child(Parent, StringRef(NextLoc, NextSize)); in getNext()
/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/Lex/
DTokenLexer.cpp786 SourceLocation NextLoc = NextTok->getLocation(); in updateConsecutiveMacroArgTokens() local
787 if (CurLoc.isFileID() != NextLoc.isFileID()) in updateConsecutiveMacroArgTokens()
791 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs)) in updateConsecutiveMacroArgTokens()
798 if (CurLoc.isMacroID() && !SM.isWrittenInSameFile(CurLoc, NextLoc)) in updateConsecutiveMacroArgTokens()
801 CurLoc = NextLoc; in updateConsecutiveMacroArgTokens()
DPPMacroExpansion.cpp1590 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro() local
1591 while (NextLoc.isValid()) { in ExpandBuiltinMacro()
1592 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro()
1596 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
/external/llvm/lib/Object/
DArchive.cpp183 const char *NextLoc = Data.data() + SpaceToSkip; in getNext() local
186 if (NextLoc == Parent->Data.getBufferEnd()) in getNext()
190 if (NextLoc > Parent->Data.getBufferEnd()) in getNext()
194 Child Ret(Parent, NextLoc, &EC); in getNext()
/external/clang/lib/AST/
DTypeLoc.cpp92 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> { class
106 return NextLoc().Visit(TL); in getNextTypeLocImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DArchive.cpp463 const char *NextLoc = Data.data() + SpaceToSkip; in getNext() local
466 if (NextLoc == Parent->Data.getBufferEnd()) in getNext()
470 if (NextLoc > Parent->Data.getBufferEnd()) { in getNext()
483 Child Ret(Parent, NextLoc, &Err); in getNext()
/external/clang/lib/Basic/
DSourceManager.cpp1062 SourceLocation NextLoc = Loc.getLocWithOffset(1); in isAtEndOfImmediateMacroExpansion() local
1063 if (isInFileID(NextLoc, FID)) in isAtEndOfImmediateMacroExpansion()