Searched refs:ActOnForwardProtocolDeclaration (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2039 return Actions.ActOnForwardProtocolDeclaration(AtLoc, ProtoInfo, attrs);
2066 return Actions.ActOnForwardProtocolDeclaration(AtLoc, ProtocolRefs, attrs);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1767 /// ActOnForwardProtocolDeclaration - Handle \@protocol foo;
1769 Sema::ActOnForwardProtocolDeclaration(SourceLocation AtProtocolLoc, function in class:Sema
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8990 ActOnForwardProtocolDeclaration(SourceLocation AtProtoclLoc,

Completed in 150 milliseconds