Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/
DSourceLocation.cpp143 std::pair<FileID, unsigned> FullSourceLoc::getDecomposedLoc() const { in getDecomposedLoc() function in FullSourceLoc
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DSourceManager.h1091 std::pair<FileID, unsigned> getDecomposedLoc(SourceLocation Loc) const { in getDecomposedLoc() function