Home | History | Annotate | Download | only in libclang

Lines Matching refs:ImportD

3200     if (const ImportDecl *ImportD = dyn_cast<ImportDecl>(D))
3201 if (Module *Mod = ImportD->getImportedModule())
3407 if (const ImportDecl *ImportD =
3409 ArrayRef<SourceLocation> Locs = ImportD->getIdentifierLocs();
6139 if (const ImportDecl *ImportD =
6141 return ImportD->getImportedModule();