Home
last modified time | relevance | path

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

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