Searched defs:getProperty (Results 1 – 7 of 7) sorted by relevance
82 intptr_t getProperty<intptr_t>(omp_interop_val_t &InteropVal, in getProperty() function98 const char *getProperty<const char *>(omp_interop_val_t &InteropVal, in getProperty() function115 void *getProperty<void *>(omp_interop_val_t &InteropVal, in getProperty() function
29 id getProperty(id self) { function
210 NamedProperty &getProperty(int index) { return properties[index]; } in getProperty() function 209 NamedProperty &getProperty(int index) { return properties[index]; } getProperty() function
59 Value *getProperty(llvm::StringRef Name) const { in getProperty() function
300 const NamedDecl *getProperty() const { return Property; } in getProperty() function
457 getProperty(const Environment &Env, ASTContext &ASTCtx, const Node *N, in getProperty() function
236 ObjCPropertyDecl *ObjCContainerDecl::getProperty(const IdentifierInfo *Id, getProperty() function in ObjCContainerDecl