Searched refs:ObjCIvar (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 46 def ObjCIvar : DDecl<Field>;
|
| H A D | Attr.td | 1232 // let Subjects = [ObjCIvar, ObjCProperty]; 1239 // let Subjects = [ObjCIvar, ObjCProperty]; 2197 let Subjects = SubjectList<[Var, ObjCIvar, Type, Enum, EnumConstant, Label,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1804 unsigned ObjCIvar : 1; variable 1845 Redeclaration(false), Extension(false), ObjCIvar(false), in Declarator() 1929 ObjCIvar = false; in clear() 2436 void setObjCIvar(bool Val = true) { ObjCIvar = Val; } 2437 bool isObjCIvar() const { return ObjCIvar; } in isObjCIvar()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 364 case Decl::ObjCIvar: in isRedeclarableDeclKind()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Comment.cpp | 284 case Decl::ObjCIvar: in fill()
|
| H A D | DeclBase.cpp | 761 case ObjCIvar: in getIdentifierNamespaceForKind()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 237 case Decl::ObjCIvar: in getSymbolInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1958 : FieldDecl(ObjCIvar, DC, StartLoc, IdLoc, Id, T, TInfo, BW, in ObjCIvarDecl() 1999 static bool classofKind(Kind K) { return K == ObjCIvar; } in classofKind()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 64 case Decl::ObjCIvar: in EmitDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 3383 case Decl::ObjCIvar: in getCursorKindForDecl()
|
| H A D | SemaExpr.cpp | 2895 case Decl::ObjCIvar: in BuildDeclarationNameExpr()
|