Home
last modified time | relevance | path

Searched refs:ObjCPropertyImpl (Results 1 – 21 of 21) sorted by relevance

/external/clang/include/clang/Basic/
DDeclNodes.td81 def ObjCPropertyImpl : Decl;
DDiagnosticGroups.td303 def ObjCPropertyImpl : DiagGroup<"objc-property-implementation">;
DDiagnosticSemaKinds.td5726 InGroup<ObjCPropertyImpl>;
5730 InGroup<ObjCPropertyImpl>;
5742 InGroup<ObjCPropertyImpl>;
5746 InGroup<ObjCPropertyImpl>;
/external/llvm-project/clang/include/clang/Basic/
DDeclNodes.td91 def ObjCPropertyImpl : DeclNode<Decl>;
DDiagnosticGroups.td473 def ObjCPropertyImpl : DiagGroup<"objc-property-implementation">;
DDiagnosticSemaKinds.td6988 InGroup<ObjCPropertyImpl>;
6992 InGroup<ObjCPropertyImpl>;
7004 InGroup<ObjCPropertyImpl>;
7008 InGroup<ObjCPropertyImpl>;
/external/clang/lib/Serialization/
DASTCommon.cpp294 case Decl::ObjCPropertyImpl: in isRedeclarableDeclKind()
/external/llvm-project/clang/lib/Serialization/
DASTCommon.cpp401 case Decl::ObjCPropertyImpl: in isRedeclarableDeclKind()
/external/clang/include/clang/AST/
DDeclObjC.h2691 : Decl(ObjCPropertyImpl, DC, L), AtLoc(atLoc), in ObjCPropertyImplDecl()
2758 static bool classofKind(Decl::Kind K) { return K == ObjCPropertyImpl; } in classofKind()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h2805 : Decl(ObjCPropertyImpl, DC, L), AtLoc(atLoc), in ObjCPropertyImplDecl()
2881 static bool classofKind(Decl::Kind K) { return K == ObjCPropertyImpl; } in classofKind()
/external/clang/lib/AST/
DDeclBase.cpp675 case ObjCPropertyImpl: in getIdentifierNamespaceForKind()
DDecl.cpp1277 case Decl::ObjCPropertyImpl: in computeLVForDecl()
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp829 case ObjCPropertyImpl: in getIdentifierNamespaceForKind()
DDecl.cpp1378 case Decl::ObjCPropertyImpl: in computeLVForDecl()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSymbolCollectorTests.cpp523 TEST_F(SymbolCollectorTest, ObjCPropertyImpl) { in TEST_F() argument
/external/clang/lib/CodeGen/
DCGDecl.cpp80 case Decl::ObjCPropertyImpl: in EmitDecl()
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp91 case Decl::ObjCPropertyImpl: in EmitDecl()
/external/clang/tools/libclang/
DCIndex.cpp5619 case Decl::ObjCPropertyImpl: in clang_getCursorDefinition()
6925 case Decl::ObjCPropertyImpl: in getDeclLanguage()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp6394 case Decl::ObjCPropertyImpl: in clang_getCursorDefinition()
7856 case Decl::ObjCPropertyImpl: in getDeclLanguage()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3072 case Decl::ObjCPropertyImpl: in getCursorKindForDecl()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3864 case Decl::ObjCPropertyImpl: in getCursorKindForDecl()