Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1921 ObjCContainerDecl *interfaceDecl, SourceLocation atLoc, in HelperActionsForIvarDeclarations()
1958 void Parser::ParseObjCClassInstanceVariables(ObjCContainerDecl *interfaceDecl, in ParseObjCClassInstanceVariables()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1737 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType() local