Searched refs:NextLoc (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | Archive.cpp | 63 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/ |
D | TransProtectedScope.cpp | 76 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/ |
D | TokenLexer.cpp | 786 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()
|
D | PPMacroExpansion.cpp | 1590 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/ |
D | Archive.cpp | 183 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/ |
D | TypeLoc.cpp | 92 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> { class 106 return NextLoc().Visit(TL); in getNextTypeLocImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | Archive.cpp | 463 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/ |
D | SourceManager.cpp | 1062 SourceLocation NextLoc = Loc.getLocWithOffset(1); in isAtEndOfImmediateMacroExpansion() local 1063 if (isInFileID(NextLoc, FID)) in isAtEndOfImmediateMacroExpansion()
|