OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextLoc
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/ARCMigrate/
TransProtectedScope.cpp
76
SourceLocation
NextLoc
= S->getLocEnd();
80
Cases.push_back(CaseInfo(Curr,SourceRange(Curr->getLocStart(),
NextLoc
)));
81
NextLoc
= Curr->getLocStart();
/external/clang/lib/AST/
TypeLoc.cpp
90
class
NextLoc
: public TypeLocVisitor<
NextLoc
, TypeLoc> {
104
return
NextLoc
().Visit(TL);
/external/llvm/lib/Object/
Archive.cpp
109
const char *
NextLoc
= Data.data() + SpaceToSkip;
112
if (
NextLoc
>= Parent->Data->getBufferEnd())
115
return Child(Parent,
NextLoc
);
/external/clang/lib/Lex/
TokenLexer.cpp
766
SourceLocation
NextLoc
= NextTok->getLocation();
767
if (CurLoc.isFileID() !=
NextLoc
.isFileID())
771
if (!SM.isInSameSLocAddrSpace(CurLoc,
NextLoc
, &RelOffs))
777
CurLoc =
NextLoc
;
[
all
...]
PPMacroExpansion.cpp
[
all
...]
/external/clang/lib/Basic/
SourceManager.cpp
[
all
...]
Completed in 59 milliseconds