Searched refs:interfaceDecl (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseObjc.cpp | 1851 void Parser::HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc, in HelperActionsForIvarDeclarations() argument 1858 Actions.ActOnObjCContainerStartDefinition(interfaceDecl); in HelperActionsForIvarDeclarations() 1863 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl, in HelperActionsForIvarDeclarations() 1888 void Parser::ParseObjCClassInstanceVariables(Decl *interfaceDecl, in ParseObjCClassInstanceVariables() argument 1931 HelperActionsForIvarDeclarations(interfaceDecl, atLoc, in ParseObjCClassInstanceVariables() 1948 Actions.ActOnObjCContainerStartDefinition(interfaceDecl); in ParseObjCClassInstanceVariables() 1972 HelperActionsForIvarDeclarations(interfaceDecl, atLoc, in ParseObjCClassInstanceVariables()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Parse/ |
| HD | Parser.h | 1261 void HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc, 1265 void ParseObjCClassInstanceVariables(Decl *interfaceDecl,
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Type.cpp | 1424 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType() local 1425 return interfaceDecl->getASTContext().getObjCInterfaceType(interfaceDecl) in getInterfaceType()
|