Home
last modified time | relevance | path

Searched defs:interfaceDecl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp1867 void Parser::HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc, in HelperActionsForIvarDeclarations()
1905 void Parser::ParseObjCClassInstanceVariables(Decl *interfaceDecl, in ParseObjCClassInstanceVariables()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1671 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType() local