Home
last modified time | relevance | path

Searched refs:DeclGroupPtrTy (Results 1 – 15 of 15) sorted by relevance

/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParser.cpp530 Result = DeclGroupPtrTy(); in ParseTopLevelDecl()
596 Parser::DeclGroupPtrTy
604 return DeclGroupPtrTy(); in ParseExternalDeclaration()
611 return DeclGroupPtrTy(); in ParseExternalDeclaration()
614 return DeclGroupPtrTy(); in ParseExternalDeclaration()
617 return DeclGroupPtrTy(); in ParseExternalDeclaration()
620 return DeclGroupPtrTy(); in ParseExternalDeclaration()
623 return DeclGroupPtrTy(); in ParseExternalDeclaration()
626 return DeclGroupPtrTy(); in ParseExternalDeclaration()
831 Parser::DeclGroupPtrTy
[all …]
H A DParseObjc.cpp52 return DeclGroupPtrTy(); in ParseObjCAtDirectives()
100 Parser::DeclGroupPtrTy
1353 Parser::DeclGroupPtrTy
1363 return DeclGroupPtrTy(); in ParseObjCAtProtocolDeclaration()
1370 return DeclGroupPtrTy(); in ParseObjCAtProtocolDeclaration()
1421 return DeclGroupPtrTy(); in ParseObjCAtProtocolDeclaration()
1444 Parser::DeclGroupPtrTy
1455 return DeclGroupPtrTy(); in ParseObjCAtImplementationDeclaration()
1463 return DeclGroupPtrTy(); in ParseObjCAtImplementationDeclaration()
1554 Parser::DeclGroupPtrTy
[all …]
H A DParseAST.cpp129 Parser::DeclGroupPtrTy ADecl; in ParseAST()
H A DParseOpenMP.cpp64 Parser::DeclGroupPtrTy Parser::ParseOpenMPDeclarativeDirective() { in ParseOpenMPDeclarativeDirective()
117 return DeclGroupPtrTy(); in ParseOpenMPDeclarativeDirective()
163 DeclGroupPtrTy Res = in ParseOpenMPDeclarativeOrExecutableDirective()
H A DParseStmt.cpp210 DeclGroupPtrTy Decl = ParseDeclaration(Declarator::BlockContext, in ParseStatementOrDeclarationAfterAttributes()
926 DeclGroupPtrTy Res = in ParseCompoundStatementBody()
964 DeclGroupPtrTy Res = ParseDeclaration(Declarator::BlockContext, DeclEnd, in ParseCompoundStatementBody()
1541 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseForStatement()
1586 Actions.CodeCompleteObjCForCollection(getCurScope(), DeclGroupPtrTy()); in ParseForStatement()
H A DParseDecl.cpp1379 Parser::DeclGroupPtrTy Parser::ParseDeclaration(unsigned Context, in ParseDeclaration()
1444 Parser::DeclGroupPtrTy
1459 return DeclGroupPtrTy(); in ParseSimpleDeclaration()
1627 Parser::DeclGroupPtrTy Parser::ParseDeclGroup(ParsingDeclSpec &DS, in ParseDeclGroup()
1638 return DeclGroupPtrTy(); in ParseDeclGroup()
1702 return DeclGroupPtrTy(); in ParseDeclGroup()
1708 return DeclGroupPtrTy(); in ParseDeclGroup()
1714 return DeclGroupPtrTy(); in ParseDeclGroup()
/minix/external/bsd/llvm/dist/clang/test/Index/
H A Dcomment-cplus-template-decls.cpp81 typedef OpaquePtr<int> DeclGroupPtrTy; typedef
83 DeclGroupPtrTy blah;
/minix/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h256 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef
271 bool ParseTopLevelDecl(DeclGroupPtrTy &Result);
273 DeclGroupPtrTy Result; in ParseTopLevelDecl()
1211 DeclGroupPtrTy ParseDeclarationOrFunctionDefinition(
1230 DeclGroupPtrTy ParseObjCAtDirectives();
1231 DeclGroupPtrTy ParseObjCAtClassDeclaration(SourceLocation atLoc);
1249 DeclGroupPtrTy ParseObjCAtProtocolDeclaration(SourceLocation atLoc,
1276 DeclGroupPtrTy ParseObjCAtEndDeclaration(SourceRange atEnd);
1724 DeclGroupPtrTy ParseSimpleDeclaration(unsigned Context,
2332 DeclGroupPtrTy ParseOpenMPDeclarativeDirective();
[all …]
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h232 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef
1420 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
1663 DeclGroupPtrTy FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS,
1665 DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group,
3123 StmtResult ActOnDeclStmt(DeclGroupPtrTy Decl,
3126 void ActOnForEachDeclStmt(DeclGroupPtrTy Decl);
7020 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,
7023 DeclGroupPtrTy ActOnForwardClassDeclaration(SourceLocation Loc,
7069 ArrayRef<DeclGroupPtrTy> allTUVars = None);
7503 DeclGroupPtrTy ActOnOpenMPThreadprivateDirective(
[all …]
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp854 Sema::DeclGroupPtrTy
1126 Sema::DeclGroupPtrTy
2013 Sema::DeclGroupPtrTy
2590 ArrayRef<DeclGroupPtrTy> allTUVars) { in ActOnAtEnd()
H A DSemaStmt.cpp67 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc, in ActOnDeclStmt()
77 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) { in ActOnForEachDeclStmt()
1964 DeclGroupPtrTy RangeGroup = in ActOnCXXForRangeStmt()
2281 DeclGroupPtrTy BeginEndGroup = in BuildCXXForRangeStmt()
H A DSemaOpenMP.cpp777 Sema::DeclGroupPtrTy
782 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPThreadprivateDirective()
784 return DeclGroupPtrTy(); in ActOnOpenMPThreadprivateDirective()
H A DSemaDecl.cpp54 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup()
57 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, 2)); in ConvertDeclToDeclGroup()
60 return DeclGroupPtrTy::make(DeclGroupRef(Ptr)); in ConvertDeclToDeclGroup()
9684 Sema::DeclGroupPtrTy Sema::FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS, in FinalizeDeclaratorGroup()
9713 Sema::DeclGroupPtrTy
9758 return DeclGroupPtrTy::make( in BuildDeclaratorGroup()
H A DSemaCodeComplete.cpp5620 DeclGroupPtrTy IterationVar) { in CodeCompleteObjCForCollection()
H A DTreeTransform.h1233 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()