Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DASTImporter.cpp9507 const SrcMgr::SLocEntry &FromSLoc = FromSM.getSLocEntry(FromID); in Import() local
9511 if (FromSLoc.isExpansion()) { in Import()
9512 const SrcMgr::ExpansionInfo &FromEx = FromSLoc.getExpansion(); in Import()
9532 const SrcMgr::ContentCache *Cache = &FromSLoc.getFile().getContentCache(); in Import()
9536 ExpectedSLoc ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()
9561 FromSLoc.getFile().getFileCharacteristic()); in Import()
9577 FromSLoc.getFile().getFileCharacteristic()); in Import()