Home
last modified time | relevance | path

Searched defs:getDecomposedExpansionLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp169 std::pair<FileID, unsigned> FullSourceLoc::getDecomposedExpansionLoc() const { in getDecomposedExpansionLoc() function in FullSourceLoc
/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1285 getDecomposedExpansionLoc(SourceLocation Loc) const { in getDecomposedExpansionLoc() function