OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParentIncludeLoc
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGLexer.cpp
80
SMLoc
ParentIncludeLoc
= SrcMgr.getParentIncludeLoc(CurBuffer);
81
if (
ParentIncludeLoc
!= SMLoc()) {
89
CurBuffer = SrcMgr.FindBufferContainingLoc(
ParentIncludeLoc
);
91
CurPtr =
ParentIncludeLoc
.getPointer();
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp
1173
SMLoc
ParentIncludeLoc
= SrcMgr.getParentIncludeLoc(CurBuffer);
1174
if (
ParentIncludeLoc
!= SMLoc()) {
1176
jumpToLoc(
ParentIncludeLoc
, 0, EndStatementAtEOFStack.back());
1342
SMLoc
ParentIncludeLoc
= SrcMgr.getParentIncludeLoc(CurBuffer);
1343
if (
ParentIncludeLoc
== SMLoc()) {
1348
jumpToLoc(
ParentIncludeLoc
, 0, EndStatementAtEOFStack.back());
1365
SMLoc
ParentIncludeLoc
= SrcMgr.getParentIncludeLoc(CurBuffer);
1366
if (
ParentIncludeLoc
== SMLoc()) {
1372
jumpToLoc(
ParentIncludeLoc
, 0, EndStatementAtEOFStack.back());
2687
SMLoc
ParentIncludeLoc
= DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer)
[
all
...]
AsmParser.cpp
910
SMLoc
ParentIncludeLoc
= SrcMgr.getParentIncludeLoc(CurBuffer);
911
if (
ParentIncludeLoc
!= SMLoc()) {
912
jumpToLoc(
ParentIncludeLoc
);
2441
SMLoc
ParentIncludeLoc
= DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer);
2442
DiagSrcMgr.PrintIncludeStack(
ParentIncludeLoc
, OS);
Completed in 22 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026