Searched defs:Decomposed (Results 1 - 2 of 2) sorted by relevance

/external/clang/tools/libclang/
H A DCIndexUSRs.cpp494 const std::pair<FileID, unsigned> &Decomposed = SM.getDecomposedLoc(L); local
495 const FileEntry *FE = SM.getFileEntryForID(Decomposed.first);
507 Out << '@' << Decomposed.second;
/external/clang/lib/AST/
H A DASTImporter.cpp4896 std::pair<FileID, unsigned> Decomposed = FromSM.getDecomposedLoc(FromLoc); local
4898 return ToSM.getLocForStartOfFile(Import(Decomposed.first))
4899 .getLocWithOffset(Decomposed.second);

Completed in 172 milliseconds