Searched refs:ObjCIvar (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ODRDiagsEmitter.h | 116 ObjCIvar, enumerator
|
| H A D | DeclObjC.h | 1960 : FieldDecl(ObjCIvar, DC, StartLoc, IdLoc, Id, T, TInfo, BW, in ObjCIvarDecl() 2011 static bool classofKind(Kind K) { return K == ObjCIvar; } in classofKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 48 def ObjCIvar : DeclNode<Field>;
|
| H A D | Attr.td | 1678 // let Subjects = [ObjCIvar, ObjCProperty]; 1685 // let Subjects = [ObjCIvar, ObjCProperty]; 3154 let Subjects = SubjectList<[Var, ObjCIvar, Type, Enum, EnumConstant, Label,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRDiagsEmitter.cpp | 620 case Decl::ObjCIvar: in FindTypeDiffs() 621 return ObjCIvar; in FindTypeDiffs() 979 case ObjCIvar: in diagnoseMismatch() 1617 case ObjCIvar: in diagnoseMismatch() 2066 case ObjCIvar: { in diagnoseMismatch() 2176 case ObjCIvar: in diagnoseMismatch()
|
| H A D | Comment.cpp | 311 case Decl::ObjCIvar: in fill()
|
| H A D | ODRHash.cpp | 549 case Decl::ObjCIvar: in isSubDeclToBeProcessed()
|
| H A D | DeclBase.cpp | 883 case ObjCIvar: in getIdentifierNamespaceForKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1889 unsigned ObjCIvar : 1; variable 1967 Redeclaration(false), Extension(false), ObjCIvar(false), in Declarator() 2062 ObjCIvar = false; in clear() 2629 void setObjCIvar(bool Val = true) { ObjCIvar = Val; } 2630 bool isObjCIvar() const { return ObjCIvar; } in isObjCIvar()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStubV5.cpp | 119 ObjCIvar, enumerator 333 TBDKey::ObjCIvar, Segment, [&Result, &SectionFlag](StringRef Name) { in collectSymbolsFromSegment() 906 insertNonEmptyValues(Segment, TBDKey::ObjCIvar, std::move(SymField.IVars)); in serializeSymbols()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 401 case Decl::ObjCIvar: in isRedeclarableDeclKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 243 case Decl::ObjCIvar: in getSymbolInfo()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 70 case Decl::ObjCIvar: in EmitDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 4086 case Decl::ObjCIvar: in getCursorKindForDecl()
|
| H A D | SemaExpr.cpp | 3551 case Decl::ObjCIvar: in BuildDeclarationNameExpr()
|