Searched defs:Proto2 (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/test/SemaObjC/ | ||
H A D | protocol-attribute.m | 12 @protocol Proto2 <MyProto1> // expected-warning {{'MyProto1' is deprecated}} protocol |
H A D | instancetype.m | 22 @protocol Proto2 protocol |
/llvm-project/clang/test/Rewriter/ | ||
H A D | instancetype-test.mm | 23 @protocol Proto2 protocol |
/llvm-project/clang/test/SemaObjCXX/ | ||
H A D | instancetype.mm | 22 @protocol Proto2 protocol |
/llvm-project/clang/lib/AST/ | ||
H A D | ASTStructuralEquivalence.cpp | 775 IsEquivalentExceptionSpec(StructuralEquivalenceContext & Context,const FunctionProtoType * Proto1,const FunctionProtoType * Proto2) IsEquivalentExceptionSpec() argument |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplateDeduction.cpp | 5416 const FunctionProtoType *Proto2 = FD2->getType()->getAs<FunctionProtoType>(); isAtLeastAsSpecializedAs() local |