Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1921 HelperActionsForIvarDeclarations(ObjCContainerDecl * interfaceDecl,SourceLocation atLoc,BalancedDelimiterTracker & T,SmallVectorImpl<Decl * > & AllIvarDecls,bool RBraceMissing) HelperActionsForIvarDeclarations() argument
1958 ParseObjCClassInstanceVariables(ObjCContainerDecl * interfaceDecl,tok::ObjCKeywordKind visibility,SourceLocation atLoc) ParseObjCClassInstanceVariables() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1737 if (auto interfaceDecl = getObjectType()->getInterface()) { getInterfaceType() local