Searched refs:ObjCIvar (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 47 def ObjCIvar : DeclNode<Field>;
|
| H A D | Attr.td | 1491 // let Subjects = [ObjCIvar, ObjCProperty]; 1498 // let Subjects = [ObjCIvar, ObjCProperty]; 2742 let Subjects = SubjectList<[Var, ObjCIvar, Type, Enum, EnumConstant, Label,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1842 unsigned ObjCIvar : 1; variable 1899 Redeclaration(false), Extension(false), ObjCIvar(false), in Declarator() 1986 ObjCIvar = false; in clear() 2550 void setObjCIvar(bool Val = true) { ObjCIvar = Val; } 2551 bool isObjCIvar() const { return ObjCIvar; } in isObjCIvar()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Comment.cpp | 298 case Decl::ObjCIvar: in fill()
|
| H A D | DeclBase.cpp | 795 case ObjCIvar: in getIdentifierNamespaceForKind()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 392 case Decl::ObjCIvar: in isRedeclarableDeclKind()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 242 case Decl::ObjCIvar: in getSymbolInfo()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1934 : FieldDecl(ObjCIvar, DC, StartLoc, IdLoc, Id, T, TInfo, BW, in ObjCIvarDecl() 1975 static bool classofKind(Kind K) { return K == ObjCIvar; } in classofKind()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 69 case Decl::ObjCIvar: in EmitDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 3858 case Decl::ObjCIvar: in getCursorKindForDecl()
|
| H A D | SemaExpr.cpp | 3288 case Decl::ObjCIvar: in BuildDeclarationNameExpr()
|