OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParentIncludeLoc
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/TableGen/
TGLexer.cpp
60
SMLoc
ParentIncludeLoc
= SrcMgr.getParentIncludeLoc(CurBuffer);
61
if (
ParentIncludeLoc
!= SMLoc()) {
62
CurBuffer = SrcMgr.FindBufferContainingLoc(
ParentIncludeLoc
);
64
CurPtr =
ParentIncludeLoc
.getPointer();
/external/llvm/lib/MC/MCParser/
AsmParser.cpp
587
SMLoc
ParentIncludeLoc
= SrcMgr.getParentIncludeLoc(CurBuffer);
588
if (
ParentIncludeLoc
!= SMLoc()) {
589
JumpToLoc(
ParentIncludeLoc
);
[
all
...]
Completed in 167 milliseconds