Home
last modified time | relevance | path

Searched defs:Category (Results 1 – 25 of 86) sorted by relevance

1234

/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.cpp22 OperandCategory::OperandCategory Category; member
30 OperandCategory::OperandCategory Category; member
36 OperandCategory::OperandCategory Category; member
57 getSymbolicOperandMnemonic(SPIRV::OperandCategory::OperandCategory Category, in getSymbolicOperandMnemonic() argument
92 getSymbolicOperandMinVersion(SPIRV::OperandCategory::OperandCategory Category,uint32_t Value) getSymbolicOperandMinVersion() argument
104 getSymbolicOperandMaxVersion(SPIRV::OperandCategory::OperandCategory Category,uint32_t Value) getSymbolicOperandMaxVersion() argument
116 getSymbolicOperandCapabilities(SPIRV::OperandCategory::OperandCategory Category,uint32_t Value) getSymbolicOperandCapabilities() argument
151 getSymbolicOperandExtensions(SPIRV::OperandCategory::OperandCategory Category,uint32_t Value) getSymbolicOperandExtensions() argument
[all...]
/llvm-project/clang/test/CodeGenObjC/
H A Dproperty-category-impl.m9 @interface Foo (Category) <Proto> @end category
11 @implementation Foo (Category) category
H A Dmetadata-class-properties.m41 @interface Foo (Category) <Proto> @end category
43 @implementation Foo (Category) category
H A Dcategory-super-class-meth.m16 @interface Sub2 (Category) @end category
18 @implementation Sub2 (Category) category
H A Dpredefined-expr.m73 @interface Foo (Category) category
76 @implementation Foo (Category) category
H A Dlink-errors.m18 @interface A (Category) category
H A Dsection-name.m26 @implementation Interface(Category) category
/llvm-project/lldb/include/lldb/Utility/
H A DLog.h147 struct Category { struct
153 constexpr Category(llvm::StringLiteral name, in Category() argument
/llvm-project/clang/lib/Tooling/
H A DCommonOptionsParser.cpp84 int &argc, const char **argv, cl::OptionCategory &Category, in init() argument
157 create(int & argc,const char ** argv,llvm::cl::OptionCategory & Category,llvm::cl::NumOccurrencesFlag OccurrencesFlag,const char * Overview) create() argument
168 CommonOptionsParser(int & argc,const char ** argv,cl::OptionCategory & Category,llvm::cl::NumOccurrencesFlag OccurrencesFlag,const char * Overview) CommonOptionsParser() argument
[all...]
H A DExecution.cpp59 llvm::cl::OptionCategory &Category, in createExecutorFromCommandLineArgsImpl()
89 llvm::cl::OptionCategory &Category, in createExecutorFromCommandLineArgs()
/llvm-project/clang/test/SemaObjC/
H A Dno-protocol-option-tests.m13 @interface C (Category) <P> @end category
14 @implementation C (Category) @end // no warning with -Wno-protocol category
H A Dcheck-dup-decls-inside-objc.m24 @interface Container(Category) category
42 @implementation Container(Category) category
H A Dproperty-error-readonly-assign.m35 @interface NSWindow (Category) category
39 @implementation NSWindow (Category) category
H A Dcategory-1.m31 @interface MyClass1 (Category) <p2, p3> @end // expected-warning {{cannot find protocol definition… category
33 @interface UnknownClass (Category) @end // expected-error {{cannot find interface declaration for … category
37 @interface MyClass2 (Category) @end // expected-error {{cannot define category for undefined clas… category
H A Dmethod-undef-extension-warn-1.m17 @interface MyClass (Category) category
H A Divar-in-class-extension.m33 @interface SomeClass (Category) category
/llvm-project/clang/test/Rewriter/
H A Dobjc-modern-property-attributes.mm47 @interface Test (Category) category
51 @implementation Test (Category) category
H A Dmetadata-test-1.m6 @implementation Intf(Category) category
/llvm-project/clang/test/Index/
H A Dcomment-objc-decls.m98 @interface MyClass (Category) category
148 @implementation MyClass (Category) category
/llvm-project/clang/test/ExtractAPI/
H A Dobjc_category.m11 @interface Interface (Category) <Protocol> category
H A Dobjc_external_category.m14 @interface ExtInterface (Category) category
H A Dobjc_property.m19 @interface Interface (Category) <Protocol> category
/llvm-project/clang/test/AST/
H A Dcategory-attribute.m27 @interface TestInterface (Category) category
/llvm-project/clang/lib/Tooling/Inclusions/
H A DIncludeStyle.cpp17 IO &IO, IncludeStyle::IncludeCategory &Category) { in mapping()
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h31 const std::string Category; variable

1234