Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp5707 const SrcMgr::SLocEntry &FromSLoc = FromSM.getSLocEntry(FromID); in Import() local
5708 assert(FromSLoc.isFile() && "Cannot handle macro expansions yet"); in Import()
5711 SourceLocation ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()
5715 const SrcMgr::ContentCache *Cache = FromSLoc.getFile().getContentCache(); in Import()
5725 FromSLoc.getFile().getFileCharacteristic()); in Import()
5734 FromSLoc.getFile().getFileCharacteristic()); in Import()