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

/external/clang/tools/libclang/
H A DCIndexUSRs.cpp496 const std::pair<FileID, unsigned> &Decomposed = SM.getDecomposedLoc(L); local
497 const FileEntry *FE = SM.getFileEntryForID(Decomposed.first);
509 Out << '@' << Decomposed.second;
/external/clang/lib/AST/
H A DASTImporter.cpp4459 std::pair<FileID, unsigned> Decomposed = FromSM.getDecomposedLoc(FromLoc); local
4461 return ToSM.getLocForStartOfFile(Import(Decomposed.first))
4462 .getLocWithOffset(Decomposed.second);

Completed in 106 milliseconds