HomeSort by: relevance | last modified time | path
    Searched refs:interfaceDecl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 751 // Install the property declarator into interfaceDecl.
1867 void Parser::HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc,
1874 Actions.ActOnObjCContainerStartDefinition(interfaceDecl);
1879 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl, AllIvarDecls,
1905 void Parser::ParseObjCClassInstanceVariables(Decl *interfaceDecl,
1949 HelperActionsForIvarDeclarations(interfaceDecl, atLoc,
1976 Actions.ActOnObjCContainerStartDefinition(interfaceDecl);
2000 HelperActionsForIvarDeclarations(interfaceDecl, atLoc,
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1612 void HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc,
1616 void ParseObjCClassInstanceVariables(Decl *interfaceDecl,
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 1671 if (auto interfaceDecl = getObjectType()->getInterface()) {
1672 return interfaceDecl->getASTContext().getObjCInterfaceType(interfaceDecl)

Completed in 21 milliseconds