Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp4968 const SrcMgr::SLocEntry &FromSLoc = FromSM.getSLocEntry(FromID); in Import() local
4969 assert(FromSLoc.isFile() && "Cannot handle macro expansions yet"); in Import()
4972 SourceLocation ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()
4976 const SrcMgr::ContentCache *Cache = FromSLoc.getFile().getContentCache(); in Import()
4986 FromSLoc.getFile().getFileCharacteristic()); in Import()
4995 FromSLoc.getFile().getFileCharacteristic()); in Import()