Home
last modified time | relevance | path

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

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