Home
last modified time | relevance | path

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

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