HomeSort by relevance Sort by last modified time
    Searched refs:ImportD (Results 1 - 5 of 5) sorted by null

  /external/clang/tools/libclang/
IndexingContext.cpp 261 void IndexingContext::importedModule(const ImportDecl *ImportD) {
265 Module *Mod = ImportD->getImportedModule();
273 getIndexLoc(ImportD->getLocation()),
274 ImportD->isImplicit()
    [all...]
IndexingContext.h 372 void importedModule(const ImportDecl *ImportD);
CIndex.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 810 if (ImportDecl *ImportD = dyn_cast<ImportDecl>(D)) {
811 if (Module *Mod = ImportD->getImportedModule()) {
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 120 milliseconds