/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | TapiFile.cpp | 50 TapiFile::TapiFile(MemoryBufferRef Source, const InterfaceFile &Interface, in TapiFile()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 700 struct Interface { struct 702 Interface(SymbolFlagsMap InitalSymbolFlags, SymbolStringPtr InitSymbol) in Interface() argument 713 MaterializationUnit(Interface I) in MaterializationUnit() argument
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 322 void ExternalASTMerger::CompleteType(ObjCInterfaceDecl *Interface) { in CompleteType() 341 bool ExternalASTMerger::CanComplete(DeclContext *Interface) { in CanComplete()
|
H A D | DeclObjC.cpp | 1299 if (const auto *Interface = dyn_cast<ObjCInterfaceDecl>(Container)) { in CollectOverriddenMethodsRecurse() local
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 1363 auto *Interface = Category->getClassInterface(); in getFragmentsForObjCCategory() local 1381 const ObjCInterfaceDecl *Interface) { in getFragmentsForObjCInterface()
|
H A D | ExtractAPIConsumer.cpp | 237 else if (auto *Interface = llvm::dyn_cast<ObjCInterfaceDecl>(D)) in shouldDeclBeIncluded() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 224 if (const ObjCInterfaceDecl *Interface = CatOrImpl->getClassInterface()) in ShouldDiagnoseAvailabilityInContext() local 230 if (const ObjCInterfaceDecl *Interface = CatD->getClassInterface()) in ShouldDiagnoseAvailabilityInContext() local
|
H A D | CodeCompleteConsumer.cpp | 416 const ObjCInterfaceDecl *Interface = Cat->getClassInterface(); in getParentName() local
|
H A D | SemaModule.cpp | 391 Module *Interface = nullptr; // The interface for an implementation. in ActOnModuleDecl() local
|
H A D | SemaDeclObjC.cpp | 4319 if (const ObjCInterfaceDecl *Interface = Category->getClassInterface()) in OverrideSearch() local 4369 if (ObjCInterfaceDecl *Interface = category->getClassInterface()) in searchFrom() local 4373 } else if (const auto *Interface = impl->getClassInterface()) { in searchFrom() local 4398 if (const auto *Interface = impl->getClassInterface()) in searchFrom() local
|
H A D | SemaExprMember.cpp | 1433 else if (auto *Interface = dyn_cast<ObjCInterfaceDecl>(D)) in LookupMemberExpr() local
|
H A D | SemaCodeComplete.cpp | 235 if (ObjCInterfaceDecl *Interface = Method->getClassInterface()) in ResultBuilder() local 4944 if (ObjCInterfaceDecl *Interface = dyn_cast<ObjCInterfaceDecl>(Container)) { in getContainerDef() local 8205 if (const ObjCObjectType *Interface = T->getAs<ObjCObjectType>()) in AddClassMessageCompletions() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 1199 const ObjCInterfaceDecl *Interface; member 1235 lookupRuntimeDefinition(const ObjCInterfaceDecl *Interface, in lookupRuntimeDefinition()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
H A D | DiffEngine.cpp |
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckObjCDealloc.cpp | 558 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface(); in diagnoseMissingReleases() local
|
H A D | BasicObjCFoundationChecks.cpp | 1197 if (const ObjCInterfaceDecl *Interface = M.getReceiverInterface()) { in checkPostObjCMessage() local
|
H A D | NullabilityChecker.cpp | 990 auto Interface = Decl->getClassInterface(); in checkPostObjCMessage() local
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Interpreter.cpp | 591 auto LookupInterface = [&](Expr *&Interface, llvm::StringRef Name) { in FindRuntimeInterface()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 310 enum class PDB_UdtType { Struct, Class, Union, Interface }; enumerator
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 3342 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); in GenerateCategory() local 3512 ObjCInterfaceDecl *Interface = in GenerateClass() local 5029 const ObjCInterfaceDecl *Interface, in EmitIvarOffset() 6634 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); in GenerateCategory() local 7179 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
|
H A D | CGObjCGNU.cpp | 1700 const ObjCInterfaceDecl *Interface, in EmitIvarOffset() 4303 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 1182 SymbolReference Interface = createSymbolReferenceForDecl(*InterfaceDecl); in VisitObjCCategoryDecl() local
|
H A D | API.h | 1277 SymbolReference Interface; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 412 Interface = 0x03 enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 4398 ObjCInterfaceDecl *Interface; member in __anon3c764c3a0b11::ObjCCategoriesVisitor 4445 ASTReader &Reader, ObjCInterfaceDecl *Interface, in ObjCCategoriesVisitor()
|