Home
last modified time | relevance | path

Searched refs:interfaceDecl (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp1908 ObjCContainerDecl *interfaceDecl, SourceLocation atLoc, in HelperActionsForIvarDeclarations() argument
1914 assert(getObjCDeclContext() == interfaceDecl && in HelperActionsForIvarDeclarations()
1919 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl, AllIvarDecls, in HelperActionsForIvarDeclarations()
1945 void Parser::ParseObjCClassInstanceVariables(ObjCContainerDecl *interfaceDecl, in ParseObjCClassInstanceVariables() argument
1988 HelperActionsForIvarDeclarations(interfaceDecl, atLoc, in ParseObjCClassInstanceVariables()
2015 assert(getObjCDeclContext() == interfaceDecl && in ParseObjCClassInstanceVariables()
2039 HelperActionsForIvarDeclarations(interfaceDecl, atLoc, in ParseObjCClassInstanceVariables()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp1701 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType() local
1702 return interfaceDecl->getASTContext().getObjCInterfaceType(interfaceDecl) in getInterfaceType()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1648 void HelperActionsForIvarDeclarations(ObjCContainerDecl *interfaceDecl,
1653 void ParseObjCClassInstanceVariables(ObjCContainerDecl *interfaceDecl,