Searched refs:interfaceDecl (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 1867 void Parser::HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc, in HelperActionsForIvarDeclarations() argument 1874 Actions.ActOnObjCContainerStartDefinition(interfaceDecl); in HelperActionsForIvarDeclarations() 1879 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl, AllIvarDecls, in HelperActionsForIvarDeclarations() 1905 void Parser::ParseObjCClassInstanceVariables(Decl *interfaceDecl, in ParseObjCClassInstanceVariables() argument 1949 HelperActionsForIvarDeclarations(interfaceDecl, atLoc, in ParseObjCClassInstanceVariables() 1976 Actions.ActOnObjCContainerStartDefinition(interfaceDecl); in ParseObjCClassInstanceVariables() 2000 HelperActionsForIvarDeclarations(interfaceDecl, atLoc, in ParseObjCClassInstanceVariables()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Type.cpp | 1671 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType() local 1672 return interfaceDecl->getASTContext().getObjCInterfaceType(interfaceDecl) in getInterfaceType()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
H A D | Parser.h | 1612 void HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc, 1616 void ParseObjCClassInstanceVariables(Decl *interfaceDecl,
|