Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1657 SourceLocation getMacroArgExpandedLocation(SourceLocation Loc) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2514 return SM.getMacroArgExpandedLocation(Loc); in getLocation()
2521 return SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Offset)); in getLocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1852 SourceManager::getMacroArgExpandedLocation(SourceLocation Loc) const { in getMacroArgExpandedLocation() function in SourceManager