Home
last modified time | relevance | path

Searched defs:isImport (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dimport.h52 Import *isImport() { return this; } in isImport() function
H A Ddsymbol.h303 virtual Import *isImport() { return NULL; } in isImport() function
H A Ddsymbol.d1364 inout(Import) isImport() inout { return null; } in isImport() function
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dimport.h58 Import *isImport() { return this; } in isImport() function
H A Ddsymbol.h278 virtual Import *isImport() { return NULL; } in isImport() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h52 unsigned isImport : 1; member
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp268 bool isImport = (IncludeTok.is(tok::identifier) && in InclusionDirective() local
H A DCXIndexDataConsumer.cpp463 bool isImport, bool isAngled, in ppIncludedFile()
/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp1271 const FileEntry *File, bool isImport, in ShouldEnterIncludeFile()
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h6226 int isImport; member