Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DTestSupport.cpp58 SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Range.Begin)); in foreachRange()
60 SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Range.End)); in foreachRange()
H A DClangRefactor.cpp128 SourceLocation Start = SM.getMacroArgExpandedLocation( in forAllRanges()
130 SourceLocation End = SM.getMacroArgExpandedLocation( in forAllRanges()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h1635 SourceLocation getMacroArgExpandedLocation(SourceLocation Loc) const;
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp2506 return SM.getMacroArgExpandedLocation(Loc); in getLocation()
2513 return SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Offset)); in getLocation()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp1918 SourceManager::getMacroArgExpandedLocation(SourceLocation Loc) const { in getMacroArgExpandedLocation() function in SourceManager
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp7807 setFunctionMacroTokenLoc(CurIdx, SM.getMacroArgExpandedLocation(tokLoc)); in visit()
7983 SM.getMacroArgExpandedLocation(RegionOfInterest.getBegin()); in clang_annotateTokensImpl()