Searched defs:CAT1 (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/test/SemaObjC/ | ||
H A D | method-undef-category-warn-1.m | 29 @implementation MyClass1(CAT1) category |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaExprCXX.cpp | 7204 auto *CAT1 = dyn_cast<ConstantArrayType>(Arr1); FindCompositePointerType() local |
H A D | SemaOverload.cpp | 4112 if (auto *CAT1 = S.Context.getAsConstantArrayType( CompareImplicitConversionSequences() local |
/llvm-project/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 6241 if (auto *CAT1 = dyn_cast<ConstantArrayType>(AT1)) { UnwrapSimilarArrayTypes() local |