OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImportD
(Results
1 - 6
of
6
) sorted by null
/external/clang/tools/libclang/
IndexingContext.cpp
261
void IndexingContext::importedModule(const ImportDecl *
ImportD
) {
265
Module *Mod =
ImportD
->getImportedModule();
274
getIndexLoc(
ImportD
->getLocation()),
275
ImportD
->isImplicit()
[
all
...]
IndexingContext.h
376
void importedModule(const ImportDecl *
ImportD
);
CIndex.cpp
[
all
...]
/external/clang/lib/Frontend/
CompilerInstance.cpp
[
all
...]
ASTUnit.cpp
888
if (ImportDecl *
ImportD
= dyn_cast<ImportDecl>(D)) {
889
if (Module *Mod =
ImportD
->getImportedModule()) {
[
all
...]
/external/clang/lib/Sema/
SemaDecl.cpp
[
all
...]
Completed in 79 milliseconds