Searched defs:DeclGroupPtrTy (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Parse/
H A DParser.h198 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef in class:clang::Parser
242 bool ParseTopLevelDecl(DeclGroupPtrTy &Result);
244 DeclGroupPtrTy FinishPendingObjCActions();
1163 DeclGroupPtrTy ParseExternalDeclaration(ParsedAttributesWithRange &attrs,
1167 DeclGroupPtrTy ParseDeclarationOrFunctionDefinition(ParsedAttributes &attrs,
1169 DeclGroupPtrTy ParseDeclarationOrFunctionDefinition(ParsingDeclSpec &DS,
1181 Parser::DeclGroupPtrTy ParseObjCAtDirectives();
1182 Parser::DeclGroupPtrTy ParseObjCAtClassDeclaration(SourceLocation atLoc);
1205 DeclGroupPtrTy ParseObjCAtEndDeclaration(SourceRange atEnd);
1540 DeclGroupPtrTy ParseDeclaratio
[all...]
/external/clang/include/clang/Sema/
H A DSema.h179 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef in class:clang::Sema
867 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = 0);
1068 DeclGroupPtrTy FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS,
1071 DeclGroupPtrTy BuildDeclaratorGroup(Decl **Group, unsigned NumDecls,
2085 StmtResult ActOnDeclStmt(DeclGroupPtrTy Decl,
2088 void ActOnForEachDeclStmt(DeclGroupPtrTy Decl);
5138 DeclGroupPtrTy ActOnForwardClassDeclaration(SourceLocation Loc,
5192 DeclGroupPtrTy *allTUVars = 0, unsigned tuvNum = 0);
6024 DeclGroupPtrTy IterationVar);

Completed in 539 milliseconds