Searched defs:getProperty (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | mtype.c | 2050 Expression *Type::getProperty(Loc loc, Identifier *ident, int flag) in getProperty() function 2592 Expression *TypeError::getProperty(Loc, Identifier *, int) { return new ErrorExp(); } in getProperty() function 3081 Expression *TypeBasic::getProperty(Loc loc, Identifier *ident, int flag) in getProperty() function 3779 Expression *TypeVector::getProperty(Loc loc, Identifier *ident, int flag) in getProperty() function 7653 Expression *TypeEnum::getProperty(Loc loc, Identifier *ident, int flag) in getProperty() function 9091 Expression *TypeTuple::getProperty(Loc loc, Identifier *ident, int flag) in getProperty() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 283 const NamedDecl *getProperty() const { return Property; } in getProperty() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | typesem.d | 2378 Expression getProperty(Type t, Scope* scope_, const ref Loc loc, Identifier ident, int flag) in getProperty() function
|