Searched refs:DeclGroupPtrTy (Results 1 – 16 of 16) sorted by relevance
/external/clang/lib/Parse/ |
D | Parser.cpp | 540 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result) { in ParseTopLevelDecl() 548 Result = DeclGroupPtrTy(); in ParseTopLevelDecl() 620 Parser::DeclGroupPtrTy 628 return DeclGroupPtrTy(); in ParseExternalDeclaration() 635 return DeclGroupPtrTy(); in ParseExternalDeclaration() 638 return DeclGroupPtrTy(); in ParseExternalDeclaration() 641 return DeclGroupPtrTy(); in ParseExternalDeclaration() 644 return DeclGroupPtrTy(); in ParseExternalDeclaration() 647 return DeclGroupPtrTy(); in ParseExternalDeclaration() 650 return DeclGroupPtrTy(); in ParseExternalDeclaration() [all …]
|
D | ParseDeclCXX.cpp | 58 Parser::DeclGroupPtrTy Parser::ParseNamespace(unsigned Context, in ParseNamespace() 68 return DeclGroupPtrTy();; in ParseNamespace() 112 return DeclGroupPtrTy(); in ParseNamespace() 129 return DeclGroupPtrTy(); in ParseNamespace() 137 return DeclGroupPtrTy(); in ParseNamespace() 2243 Parser::DeclGroupPtrTy 2256 return DeclGroupPtrTy(); in ParseCXXClassMemberDeclaration() 2290 return DeclGroupPtrTy(); in ParseCXXClassMemberDeclaration() 2299 return DeclGroupPtrTy(); in ParseCXXClassMemberDeclaration() 2306 return DeclGroupPtrTy(); in ParseCXXClassMemberDeclaration() [all …]
|
D | ParseObjc.cpp | 47 Parser::DeclGroupPtrTy Parser::ParseObjCAtDirectives() { in ParseObjCAtDirectives() 53 return DeclGroupPtrTy(); in ParseObjCAtDirectives() 126 Parser::DeclGroupPtrTy 636 SmallVector<DeclGroupPtrTy, 8> allTUVariables; in ParseObjCInterfaceDeclList() 2001 Parser::DeclGroupPtrTy 2011 return DeclGroupPtrTy(); in ParseObjCAtProtocolDeclaration() 2018 return DeclGroupPtrTy(); in ParseObjCAtProtocolDeclaration() 2042 return DeclGroupPtrTy(); in ParseObjCAtProtocolDeclaration() 2053 return DeclGroupPtrTy(); in ParseObjCAtProtocolDeclaration() 2068 return DeclGroupPtrTy(); in ParseObjCAtProtocolDeclaration() [all …]
|
D | ParseAST.cpp | 146 Parser::DeclGroupPtrTy ADecl; in ParseAST()
|
D | ParseOpenMP.cpp | 89 Parser::DeclGroupPtrTy Parser::ParseOpenMPDeclarativeDirective() { in ParseOpenMPDeclarativeDirective() 149 return DeclGroupPtrTy(); in ParseOpenMPDeclarativeDirective() 198 DeclGroupPtrTy Res = in ParseOpenMPDeclarativeOrExecutableDirective()
|
D | ParseStmt.cpp | 207 DeclGroupPtrTy Decl = ParseDeclaration(Declarator::BlockContext, in ParseStatementOrDeclarationAfterAttributes() 950 DeclGroupPtrTy Res = in ParseCompoundStatementBody() 989 DeclGroupPtrTy Res = ParseDeclaration(Declarator::BlockContext, DeclEnd, in ParseCompoundStatementBody() 1573 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseForStatement() 1618 Actions.CodeCompleteObjCForCollection(getCurScope(), DeclGroupPtrTy()); in ParseForStatement()
|
D | ParseDecl.cpp | 1447 Parser::DeclGroupPtrTy Parser::ParseDeclaration(unsigned Context, in ParseDeclaration() 1510 Parser::DeclGroupPtrTy 1525 return DeclGroupPtrTy(); in ParseSimpleDeclaration() 1693 Parser::DeclGroupPtrTy Parser::ParseDeclGroup(ParsingDeclSpec &DS, in ParseDeclGroup() 1704 return DeclGroupPtrTy(); in ParseDeclGroup() 1769 return DeclGroupPtrTy(); in ParseDeclGroup() 1775 return DeclGroupPtrTy(); in ParseDeclGroup() 1781 return DeclGroupPtrTy(); in ParseDeclGroup()
|
/external/clang/test/Index/ |
D | comment-cplus-template-decls.cpp | 81 typedef OpaquePtr<int> DeclGroupPtrTy; typedef 83 DeclGroupPtrTy blah;
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 260 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef 275 bool ParseTopLevelDecl(DeclGroupPtrTy &Result); 277 DeclGroupPtrTy Result; in ParseTopLevelDecl() 1228 DeclGroupPtrTy ParseExternalDeclaration(ParsedAttributesWithRange &attrs, 1232 DeclGroupPtrTy ParseDeclarationOrFunctionDefinition( 1236 DeclGroupPtrTy ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs, 1252 DeclGroupPtrTy ParseObjCAtDirectives(); 1253 DeclGroupPtrTy ParseObjCAtClassDeclaration(SourceLocation atLoc); 1319 DeclGroupPtrTy ParseObjCAtProtocolDeclaration(SourceLocation atLoc, 1345 DeclGroupPtrTy ParseObjCAtImplementationDeclaration(SourceLocation AtLoc); [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 286 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef 1478 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr); 1725 DeclGroupPtrTy FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS, 1727 DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group, 3296 StmtResult ActOnDeclStmt(DeclGroupPtrTy Decl, 3299 void ActOnForEachDeclStmt(DeclGroupPtrTy Decl); 7237 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl, 7240 DeclGroupPtrTy ActOnForwardClassDeclaration(SourceLocation Loc, 7246 DeclGroupPtrTy ActOnForwardProtocolDeclaration(SourceLocation AtProtoclLoc, 7333 ArrayRef<DeclGroupPtrTy> allTUVars = None); [all …]
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 71 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc, in ActOnDeclStmt() 81 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) { in ActOnForEachDeclStmt() 1985 DeclGroupPtrTy RangeGroup = in ActOnCXXForRangeStmt() 2319 DeclGroupPtrTy BeginEndGroup = in BuildCXXForRangeStmt()
|
D | SemaDeclObjC.cpp | 1674 Sema::DeclGroupPtrTy 1974 Sema::DeclGroupPtrTy 2918 Sema::DeclGroupPtrTy 3551 ArrayRef<DeclGroupPtrTy> allTUVars) { in ActOnAtEnd()
|
D | SemaDecl.cpp | 53 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() 56 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, 2)); in ConvertDeclToDeclGroup() 59 return DeclGroupPtrTy::make(DeclGroupRef(Ptr)); in ConvertDeclToDeclGroup() 10257 Sema::DeclGroupPtrTy Sema::FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS, in FinalizeDeclaratorGroup() 10287 Sema::DeclGroupPtrTy 10332 return DeclGroupPtrTy::make( in BuildDeclaratorGroup()
|
D | SemaOpenMP.cpp | 1110 Sema::DeclGroupPtrTy 1115 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPThreadprivateDirective() 1117 return DeclGroupPtrTy(); in ActOnOpenMPThreadprivateDirective()
|
D | SemaCodeComplete.cpp | 5839 DeclGroupPtrTy IterationVar) { in CodeCompleteObjCForCollection()
|
D | TreeTransform.h | 1254 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()
|