Searched defs:Cls (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | CombinerUtils.h | 35 inline Record *getDefOfSubClass(const Init &N, StringRef Cls) { in getDefOfSubClass() 61 StringRef Cls) { in getDagWithOperatorOfSubClass()
|
/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | utids.c | 521 ACPI_PNP_DEVICE_ID *Cls; in AcpiUtExecute_CLS() local
|
/freebsd/sys/contrib/dev/acpica/components/namespace/ |
H A D | nsxfname.c | 404 ACPI_PNP_DEVICE_ID *Cls = NULL; in AcpiGetObjectInfo() local
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | USRGeneration.cpp | 1134 void clang::index::generateUSRForObjCClass(StringRef Cls, raw_ostream &OS, in generateUSRForObjCClass() 1142 void clang::index::generateUSRForObjCCategory(StringRef Cls, StringRef Cat, in generateUSRForObjCCategory()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 2643 CallExpr *Cls = SynthesizeCallToFunctionDecl(GetClassFunctionDecl, ClsExprs, in RewriteObjCBoxedExpr() local 2766 CallExpr *Cls = SynthesizeCallToFunctionDecl(GetClassFunctionDecl, ClsExprs, in RewriteObjCArrayLiteralExpr() local 2909 CallExpr *Cls = SynthesizeCallToFunctionDecl(GetClassFunctionDecl, ClsExprs, in RewriteObjCDictionaryLiteralExpr() local 3255 CallExpr *Cls = SynthesizeCallToFunctionDecl(GetMetaClassFunctionDecl, in SynthMessageExpr() local 3320 CallExpr *Cls = SynthesizeCallToFunctionDecl(GetClassFunctionDecl, ClsExprs, in SynthMessageExpr() local 3347 CallExpr *Cls = SynthesizeCallToFunctionDecl(GetClassFunctionDecl, ClsExprs, in SynthMessageExpr() local
|
/freebsd/contrib/llvm-project/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 450 IdentifierInfo *Cls = nullptr; in getNSArrayObjects() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LocalizationChecker.cpp | 902 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); in isNSStringType() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjC.cpp | 1494 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); in isNSStringType() local
|
H A D | SemaCodeComplete.cpp | 1763 if (auto *Cls = llvm::dyn_cast_or_null<CXXRecordDecl>(Ctx)) { in IsAccessible() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1640 BlockPointerTypeInfo Cls; member
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 1976 llvm::Value *Cls = in EmitObjCForCollectionStmt() local
|