OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMacroArgExpandedLocation
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/clang-refactor/
TestSupport.cpp
57
SM.
getMacroArgExpandedLocation
(FileLoc.getLocWithOffset(Range.Begin));
59
SM.
getMacroArgExpandedLocation
(FileLoc.getLocWithOffset(Range.End));
ClangRefactor.cpp
127
SourceLocation Start = SM.
getMacroArgExpandedLocation
(
129
SourceLocation End = SM.
getMacroArgExpandedLocation
(
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp
2476
return SM.
getMacroArgExpandedLocation
(Loc);
2483
return SM.
getMacroArgExpandedLocation
(FileLoc.getLocWithOffset(Offset));
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h
1611
SourceLocation
getMacroArgExpandedLocation
(SourceLocation Loc) const;
/src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp
1912
SourceManager::
getMacroArgExpandedLocation
(SourceLocation Loc) const {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
7541
setFunctionMacroTokenLoc(CurIdx, SM.
getMacroArgExpandedLocation
(tokLoc));
7717
SM.
getMacroArgExpandedLocation
(RegionOfInterest.getBegin());
Completed in 85 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026