Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp1876 ObjCContainerDecl *interfaceDecl, SourceLocation atLoc, in HelperActionsForIvarDeclarations()
1913 void Parser::ParseObjCClassInstanceVariables(ObjCContainerDecl *interfaceDecl, in ParseObjCClassInstanceVariables()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1677 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType() local