Searched refs:ImportD (Results 1 – 5 of 5) sorted by relevance
261 void IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule() argument265 Module *Mod = ImportD->getImportedModule(); in importedModule()273 getIndexLoc(ImportD->getLocation()), in importedModule()274 ImportD->isImplicit() in importedModule()
372 void importedModule(const ImportDecl *ImportD);
3690 if (const ImportDecl *ImportD = dyn_cast<ImportDecl>(D)) in getDeclSpelling() local3691 if (Module *Mod = ImportD->getImportedModule()) in getDeclSpelling()3930 if (const ImportDecl *ImportD = in clang_Cursor_getSpellingNameRange() local3932 ArrayRef<SourceLocation> Locs = ImportD->getIdentifierLocs(); in clang_Cursor_getSpellingNameRange()6966 if (const ImportDecl *ImportD = in clang_Cursor_getModule() local6968 return ImportD->getImportedModule(); in clang_Cursor_getModule()
810 if (ImportDecl *ImportD = dyn_cast<ImportDecl>(D)) { in AddTopLevelDeclarationToHash() local811 if (Module *Mod = ImportD->getImportedModule()) { in AddTopLevelDeclarationToHash()
14663 ImportDecl *ImportD = ImportDecl::CreateImplicit(getASTContext(), TU, in ActOnModuleInclude() local14666 TU->addDecl(ImportD); in ActOnModuleInclude()14667 Consumer.HandleImplicitImportDecl(ImportD); in ActOnModuleInclude()14700 ImportDecl *ImportD = ImportDecl::CreateImplicit(getASTContext(), TU, in createImplicitModuleImportForErrorRecovery() local14702 TU->addDecl(ImportD); in createImplicitModuleImportForErrorRecovery()14703 Consumer.HandleImplicitImportDecl(ImportD); in createImplicitModuleImportForErrorRecovery()