Home
last modified time | relevance | path

Searched defs:getProperty (Results 1 – 7 of 7) sorted by relevance

/llvm-project/offload/src/OpenMP/
H A DInteropAPI.cpp82 intptr_t getProperty<intptr_t>(omp_interop_val_t &InteropVal, in getProperty() function
98 const char *getProperty<const char *>(omp_interop_val_t &InteropVal, in getProperty() function
115 void *getProperty<void *>(omp_interop_val_t &InteropVal, in getProperty() function
/llvm-project/clang/test/SemaObjC/
H A Dnsobject-attribute.m29 id getProperty(id self) { function
/llvm-project/mlir/include/mlir/TableGen/
H A DOperator.h210 NamedProperty &getProperty(int index) { return properties[index]; } in getProperty() function
209 NamedProperty &getProperty(int index) { return properties[index]; } getProperty() function
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h59 Value *getProperty(llvm::StringRef Name) const { in getProperty() function
/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h300 const NamedDecl *getProperty() const { return Property; } in getProperty() function
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DSignAnalysisTest.cpp457 getProperty(const Environment &Env, ASTContext &ASTCtx, const Node *N, in getProperty() function
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp236 ObjCPropertyDecl *ObjCContainerDecl::getProperty(const IdentifierInfo *Id, getProperty() function in ObjCContainerDecl