OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endBodyLoc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
1830
SourceLocation
endBodyLoc
= OrigEnd.getLocWithOffset(1);
1831
InsertText(
endBodyLoc
, buf);
1843
SourceLocation
endBodyLoc
= OrigEnd.getLocWithOffset(semiBuf-stmtBuf+1);
1844
InsertText(
endBodyLoc
, buf);
RewriteObjC.cpp
1623
SourceLocation
endBodyLoc
= OrigEnd.getLocWithOffset(1);
1624
InsertText(
endBodyLoc
, buf);
1636
SourceLocation
endBodyLoc
= OrigEnd.getLocWithOffset(semiBuf-stmtBuf+1);
1637
InsertText(
endBodyLoc
, buf);
Completed in 32 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026