Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp6405 const SrcMgr::SLocEntry &FromSLoc = FromSM.getSLocEntry(FromID); in Import() local
6406 assert(FromSLoc.isFile() && "Cannot handle macro expansions yet"); in Import()
6409 SourceLocation ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()
6413 const SrcMgr::ContentCache *Cache = FromSLoc.getFile().getContentCache(); in Import()
6423 FromSLoc.getFile().getFileCharacteristic()); in Import()
6432 FromSLoc.getFile().getFileCharacteristic()); in Import()