Home
last modified time | relevance | path

Searched refs:getMacroArgExpandedLocation (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp57 SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Range.Begin)); in foreachRange()
59 SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Range.End)); in foreachRange()
H A DClangRefactor.cpp127 SourceLocation Start = SM.getMacroArgExpandedLocation( in forAllRanges()
129 SourceLocation End = SM.getMacroArgExpandedLocation( in forAllRanges()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h1611 SourceLocation getMacroArgExpandedLocation(SourceLocation Loc) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp2476 return SM.getMacroArgExpandedLocation(Loc); in getLocation()
2483 return SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Offset)); in getLocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp1912 SourceManager::getMacroArgExpandedLocation(SourceLocation Loc) const { in getMacroArgExpandedLocation() function in SourceManager
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp7541 setFunctionMacroTokenLoc(CurIdx, SM.getMacroArgExpandedLocation(tokLoc)); in visit()
7717 SM.getMacroArgExpandedLocation(RegionOfInterest.getBegin()); in clang_annotateTokensImpl()