Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9304 auto FromDPos = ImportedFromDecls.find(ToD); in GetFromTU() local
9305 if (FromDPos == ImportedFromDecls.end()) in GetFromTU()
9307 return FromDPos->second->getTranslationUnitDecl(); in GetFromTU()