Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp1908 ObjCContainerDecl *interfaceDecl, SourceLocation atLoc, in HelperActionsForIvarDeclarations()
1945 void Parser::ParseObjCClassInstanceVariables(ObjCContainerDecl *interfaceDecl, in ParseObjCClassInstanceVariables()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp1701 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType() local