Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Parse/
H A DParseObjc.cpp1884 void Parser::HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc, in HelperActionsForIvarDeclarations()
1921 void Parser::ParseObjCClassInstanceVariables(Decl *interfaceDecl, in ParseObjCClassInstanceVariables()
/aosp_15_r20/frameworks/native/opengl/tools/glgen/src/
H A DJniCodeEmitter.java603 void emitFunction(JFunc jfunc, PrintStream out, boolean nativeDecl, boolean interfaceDecl) { in emitFunction()
/aosp_15_r20/external/clang/lib/AST/
H A DType.cpp1447 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType() local