Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp1853 void Parser::HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc, in HelperActionsForIvarDeclarations() argument
1860 Actions.ActOnObjCContainerStartDefinition(interfaceDecl); in HelperActionsForIvarDeclarations()
1865 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl, AllIvarDecls, in HelperActionsForIvarDeclarations()
1890 void Parser::ParseObjCClassInstanceVariables(Decl *interfaceDecl, in ParseObjCClassInstanceVariables() argument
1933 HelperActionsForIvarDeclarations(interfaceDecl, atLoc, in ParseObjCClassInstanceVariables()
1950 Actions.ActOnObjCContainerStartDefinition(interfaceDecl); in ParseObjCClassInstanceVariables()
1974 HelperActionsForIvarDeclarations(interfaceDecl, atLoc, in ParseObjCClassInstanceVariables()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1531 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType() local
1532 return interfaceDecl->getASTContext().getObjCInterfaceType(interfaceDecl) in getInterfaceType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1466 void HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc,
1470 void ParseObjCClassInstanceVariables(Decl *interfaceDecl,