Searched refs:getDecomposedSpellingLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Basic/
H A DSourceManager.cpp993 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(SL);
1051 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc);
1284 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc);
/external/clang/include/clang/Basic/
H A DSourceManager.h1048 getDecomposedSpellingLoc(SourceLocation Loc) const { function in class:clang::SourceManager
/external/clang/tools/libclang/
H A DCIndex.cpp4692 = CXXUnit->getSourceManager().getDecomposedSpellingLoc(Loc);

Completed in 104 milliseconds