Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceLocation.cpp274 std::pair<FileID, unsigned> FullSourceLoc::getDecomposedLoc() const { in getDecomposedLoc() function in FullSourceLoc
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h1246 std::pair<FileID, unsigned> getDecomposedLoc(SourceLocation Loc) const { in getDecomposedLoc() function