Searched refs:DeclGroupPtrTy (Results 1 – 13 of 13) sorted by relevance
/external/clang/lib/Parse/ |
D | Parser.cpp | 533 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result) { in ParseTopLevelDecl() 544 Result = DeclGroupPtrTy(); in ParseTopLevelDecl() 587 Parser::DeclGroupPtrTy 595 return DeclGroupPtrTy(); in ParseExternalDeclaration() 602 return DeclGroupPtrTy(); in ParseExternalDeclaration() 605 return DeclGroupPtrTy(); in ParseExternalDeclaration() 608 return DeclGroupPtrTy(); in ParseExternalDeclaration() 611 return DeclGroupPtrTy(); in ParseExternalDeclaration() 614 return DeclGroupPtrTy(); in ParseExternalDeclaration() 617 return DeclGroupPtrTy(); in ParseExternalDeclaration() [all …]
|
D | ParseObjc.cpp | 34 Parser::DeclGroupPtrTy Parser::ParseObjCAtDirectives() { in ParseObjCAtDirectives() 40 return DeclGroupPtrTy(); in ParseObjCAtDirectives() 88 Parser::DeclGroupPtrTy 372 SmallVector<DeclGroupPtrTy, 8> allTUVariables; in ParseObjCInterfaceDeclList() 1369 Parser::DeclGroupPtrTy 1379 return DeclGroupPtrTy(); in ParseObjCAtProtocolDeclaration() 1384 return DeclGroupPtrTy(); in ParseObjCAtProtocolDeclaration() 1409 return DeclGroupPtrTy(); in ParseObjCAtProtocolDeclaration() 1420 return DeclGroupPtrTy(); in ParseObjCAtProtocolDeclaration() 1436 return DeclGroupPtrTy(); in ParseObjCAtProtocolDeclaration() [all …]
|
D | ParseAST.cpp | 118 Parser::DeclGroupPtrTy ADecl; in ParseAST()
|
D | ParseStmt.cpp | 174 DeclGroupPtrTy Decl = ParseDeclaration(Stmts, Declarator::BlockContext, in ParseStatementOrDeclarationAfterAttributes() 799 DeclGroupPtrTy Res = Actions.FinalizeDeclaratorGroup(getCurScope(), DS, in ParseCompoundStatementBody() 842 DeclGroupPtrTy Res = ParseDeclaration(Stmts, in ParseCompoundStatementBody() 1394 DeclGroupPtrTy DG = ParseSimpleDeclaration(Stmts, Declarator::ForContext, in ParseForStatement() 1441 Actions.CodeCompleteObjCForCollection(getCurScope(), DeclGroupPtrTy()); in ParseForStatement()
|
D | ParseDecl.cpp | 1228 Parser::DeclGroupPtrTy Parser::ParseDeclaration(StmtVector &Stmts, in ParseDeclaration() 1294 Parser::DeclGroupPtrTy 1469 Parser::DeclGroupPtrTy Parser::ParseDeclGroup(ParsingDeclSpec &DS, in ParseDeclGroup() 1481 return DeclGroupPtrTy(); in ParseDeclGroup() 1520 return DeclGroupPtrTy(); in ParseDeclGroup() 1525 return DeclGroupPtrTy(); in ParseDeclGroup()
|
D | ParseTemplate.cpp | 1349 DeclGroupPtrTy grp = Actions.ConvertDeclToDeclGroup(LMT.D); in ParseLateTemplatedFuncDef()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 211 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef 242 bool ParseTopLevelDecl(DeclGroupPtrTy &Result); 1092 DeclGroupPtrTy ParseExternalDeclaration(ParsedAttributesWithRange &attrs, 1096 DeclGroupPtrTy ParseDeclarationOrFunctionDefinition( 1100 DeclGroupPtrTy ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs, 1114 DeclGroupPtrTy ParseObjCAtDirectives(); 1115 DeclGroupPtrTy ParseObjCAtClassDeclaration(SourceLocation atLoc); 1129 DeclGroupPtrTy ParseObjCAtProtocolDeclaration(SourceLocation atLoc, 1155 DeclGroupPtrTy ParseObjCAtImplementationDeclaration(SourceLocation AtLoc); 1156 DeclGroupPtrTy ParseObjCAtEndDeclaration(SourceRange atEnd); [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 206 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef 1218 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = 0); 1422 DeclGroupPtrTy FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS, 1425 DeclGroupPtrTy BuildDeclaratorGroup(Decl **Group, unsigned NumDecls, 2665 StmtResult ActOnDeclStmt(DeclGroupPtrTy Decl, 2668 void ActOnForEachDeclStmt(DeclGroupPtrTy Decl); 6244 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl, 6247 DeclGroupPtrTy ActOnForwardClassDeclaration(SourceLocation Loc, 6252 DeclGroupPtrTy ActOnForwardProtocolDeclaration(SourceLocation AtProtoclLoc, 6296 DeclGroupPtrTy *allTUVars = 0, unsigned tuvNum = 0); [all …]
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 62 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc, in ActOnDeclStmt() 72 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) { in ActOnForEachDeclStmt() 1726 DeclGroupPtrTy RangeGroup = in ActOnCXXForRangeStmt() 1996 DeclGroupPtrTy BeginEndGroup = in BuildCXXForRangeStmt()
|
D | SemaDeclObjC.cpp | 785 Sema::DeclGroupPtrTy 1061 Sema::DeclGroupPtrTy 1893 Sema::DeclGroupPtrTy 2314 DeclGroupPtrTy *allTUVars, unsigned tuvNum) { in ActOnAtEnd()
|
D | SemaDecl.cpp | 50 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() 53 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, 2)); in ConvertDeclToDeclGroup() 56 return DeclGroupPtrTy::make(DeclGroupRef(Ptr)); in ConvertDeclToDeclGroup() 8032 Sema::DeclGroupPtrTy 8054 Sema::DeclGroupPtrTy 8098 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, NumDecls)); in BuildDeclaratorGroup()
|
D | SemaCodeComplete.cpp | 5663 DeclGroupPtrTy IterationVar) { in CodeCompleteObjCForCollection()
|
D | TreeTransform.h | 1166 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls, NumDecls); in RebuildDeclStmt()
|