/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVBaseInfo.cpp | 22 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 D | property-category-impl.m | 9 @interface Foo (Category) <Proto> @end category 11 @implementation Foo (Category) category
|
H A D | metadata-class-properties.m | 41 @interface Foo (Category) <Proto> @end category 43 @implementation Foo (Category) category
|
H A D | category-super-class-meth.m | 16 @interface Sub2 (Category) @end category 18 @implementation Sub2 (Category) category
|
H A D | predefined-expr.m | 73 @interface Foo (Category) category 76 @implementation Foo (Category) category
|
H A D | link-errors.m | 18 @interface A (Category) category
|
H A D | section-name.m | 26 @implementation Interface(Category) category
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | Log.h | 147 struct Category { struct 153 constexpr Category(llvm::StringLiteral name, in Category() argument
|
/llvm-project/clang/lib/Tooling/ |
H A D | CommonOptionsParser.cpp | 84 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 D | Execution.cpp | 59 llvm::cl::OptionCategory &Category, in createExecutorFromCommandLineArgsImpl() 89 llvm::cl::OptionCategory &Category, in createExecutorFromCommandLineArgs()
|
/llvm-project/clang/test/SemaObjC/ |
H A D | no-protocol-option-tests.m | 13 @interface C (Category) <P> @end category 14 @implementation C (Category) @end // no warning with -Wno-protocol category
|
H A D | check-dup-decls-inside-objc.m | 24 @interface Container(Category) category 42 @implementation Container(Category) category
|
H A D | property-error-readonly-assign.m | 35 @interface NSWindow (Category) category 39 @implementation NSWindow (Category) category
|
H A D | category-1.m | 31 @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 D | method-undef-extension-warn-1.m | 17 @interface MyClass (Category) category
|
H A D | ivar-in-class-extension.m | 33 @interface SomeClass (Category) category
|
/llvm-project/clang/test/Rewriter/ |
H A D | objc-modern-property-attributes.mm | 47 @interface Test (Category) category 51 @implementation Test (Category) category
|
H A D | metadata-test-1.m | 6 @implementation Intf(Category) category
|
/llvm-project/clang/test/Index/ |
H A D | comment-objc-decls.m | 98 @interface MyClass (Category) category 148 @implementation MyClass (Category) category
|
/llvm-project/clang/test/ExtractAPI/ |
H A D | objc_category.m | 11 @interface Interface (Category) <Protocol> category
|
H A D | objc_external_category.m | 14 @interface ExtInterface (Category) category
|
H A D | objc_property.m | 19 @interface Interface (Category) <Protocol> category
|
/llvm-project/clang/test/AST/ |
H A D | category-attribute.m | 27 @interface TestInterface (Category) category
|
/llvm-project/clang/lib/Tooling/Inclusions/ |
H A D | IncludeStyle.cpp | 17 IO &IO, IncludeStyle::IncludeCategory &Category) { in mapping()
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugType.h | 31 const std::string Category; variable
|