Home
last modified time | relevance | path

Searched defs:Proto2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dprotocol-attribute.m12 @protocol Proto2 <MyProto1> // expected-warning {{'MyProto1' is deprecated}} protocol
H A Dinstancetype.m22 @protocol Proto2 protocol
/llvm-project/clang/test/Rewriter/
H A Dinstancetype-test.mm23 @protocol Proto2 protocol
/llvm-project/clang/test/SemaObjCXX/
H A Dinstancetype.mm22 @protocol Proto2 protocol
/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp775 IsEquivalentExceptionSpec(StructuralEquivalenceContext & Context,const FunctionProtoType * Proto1,const FunctionProtoType * Proto2) IsEquivalentExceptionSpec() argument
1025 const auto *Proto2 = cast<FunctionProtoType>(T2); IsStructurallyEquivalent() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5416 const FunctionProtoType *Proto2 = FD2->getType()->getAs<FunctionProtoType>(); isAtLeastAsSpecializedAs() local
5545 const FunctionProtoType *Proto2 = getMoreSpecializedTemplate() local
[all...]