Searched refs:ObjCIvar (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ODRDiagsEmitter.h | 116 ObjCIvar, enumerator
|
| H A D | DeclObjC.h | 1962 : FieldDecl(ObjCIvar, DC, StartLoc, IdLoc, Id, T, TInfo, BW, in ObjCIvarDecl() 2012 static bool classofKind(Kind K) { return K == ObjCIvar; } in classofKind()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRDiagsEmitter.cpp | 618 case Decl::ObjCIvar: in FindTypeDiffs() 619 return ObjCIvar; in FindTypeDiffs() 977 case ObjCIvar: in diagnoseMismatch() 1620 case ObjCIvar: in diagnoseMismatch() 2069 case ObjCIvar: { in diagnoseMismatch() 2179 case ObjCIvar: in diagnoseMismatch()
|
| H A D | Comment.cpp | 318 case Decl::ObjCIvar: in fill()
|
| H A D | ODRHash.cpp | 576 case Decl::ObjCIvar: in isSubDeclToBeProcessed()
|
| H A D | DeclBase.cpp | 932 case ObjCIvar: in getIdentifierNamespaceForKind()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 48 def ObjCIvar : DeclNode<Field>;
|
| H A D | Attr.td | 2011 // let Subjects = [ObjCIvar, ObjCProperty]; 2018 // let Subjects = [ObjCIvar, ObjCProperty]; 3716 let Subjects = SubjectList<[Var, Binding, ObjCIvar, Type, Enum, EnumConstant, Label,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1948 unsigned ObjCIvar : 1; 2031 Redeclaration(false), Extension(false), ObjCIvar(false), in Declarator() 2126 ObjCIvar = false; in clear() 2710 void setObjCIvar(bool Val = true) { ObjCIvar = Val; } 2711 bool isObjCIvar() const { return ObjCIvar; } in isObjCIvar()
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStubV5.cpp | 146 ObjCIvar, enumerator 360 TBDKey::ObjCIvar, Segment, [&Result, &SectionFlag](StringRef Name) { in collectSymbolsFromSegment() 957 insertNonEmptyValues(Segment, TBDKey::ObjCIvar, std::move(SymField.IVars)); in serializeSymbols()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 415 case Decl::ObjCIvar: in isRedeclarableDeclKind()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenDecl.cpp | 545 case Decl::ObjCIvar: in emitDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 243 case Decl::ObjCIvar: in getSymbolInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 74 case Decl::ObjCIvar: in EmitDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 4254 case Decl::ObjCIvar: in getCursorKindForDecl()
|
| H A D | SemaExpr.cpp | 3342 case Decl::ObjCIvar: in BuildDeclarationNameExpr()
|