Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParser.cpp522 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result) { in ParseTopLevelDecl()
530 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()
[all …]
DParseObjc.cpp46 Parser::DeclGroupPtrTy Parser::ParseObjCAtDirectives() { in ParseObjCAtDirectives()
52 return DeclGroupPtrTy(); in ParseObjCAtDirectives()
100 Parser::DeclGroupPtrTy
326 SmallVector<DeclGroupPtrTy, 8> allTUVariables; in ParseObjCInterfaceDeclList()
1353 Parser::DeclGroupPtrTy
1363 return DeclGroupPtrTy(); in ParseObjCAtProtocolDeclaration()
1370 return DeclGroupPtrTy(); in ParseObjCAtProtocolDeclaration()
1394 return DeclGroupPtrTy(); in ParseObjCAtProtocolDeclaration()
1405 return DeclGroupPtrTy(); in ParseObjCAtProtocolDeclaration()
1421 return DeclGroupPtrTy(); in ParseObjCAtProtocolDeclaration()
[all …]
DParseOpenMP.cpp64 Parser::DeclGroupPtrTy Parser::ParseOpenMPDeclarativeDirective() { in ParseOpenMPDeclarativeDirective()
117 return DeclGroupPtrTy(); in ParseOpenMPDeclarativeDirective()
163 DeclGroupPtrTy Res = in ParseOpenMPDeclarativeOrExecutableDirective()
DParseAST.cpp129 Parser::DeclGroupPtrTy ADecl; in ParseAST()
DParseStmt.cpp210 DeclGroupPtrTy Decl = ParseDeclaration(Declarator::BlockContext, in ParseStatementOrDeclarationAfterAttributes()
941 DeclGroupPtrTy Res = in ParseCompoundStatementBody()
979 DeclGroupPtrTy Res = ParseDeclaration(Declarator::BlockContext, DeclEnd, in ParseCompoundStatementBody()
1556 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseForStatement()
1601 Actions.CodeCompleteObjCForCollection(getCurScope(), DeclGroupPtrTy()); in ParseForStatement()
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()
1703 return DeclGroupPtrTy(); in ParseDeclGroup()
1709 return DeclGroupPtrTy(); in ParseDeclGroup()
1715 return DeclGroupPtrTy(); in ParseDeclGroup()
/external/clang/test/Index/
Dcomment-cplus-template-decls.cpp81 typedef OpaquePtr<int> DeclGroupPtrTy; typedef
83 DeclGroupPtrTy blah;
/external/clang/include/clang/Parse/
DParser.h256 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef
271 bool ParseTopLevelDecl(DeclGroupPtrTy &Result);
273 DeclGroupPtrTy Result; in ParseTopLevelDecl()
1206 DeclGroupPtrTy ParseExternalDeclaration(ParsedAttributesWithRange &attrs,
1210 DeclGroupPtrTy ParseDeclarationOrFunctionDefinition(
1214 DeclGroupPtrTy ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs,
1229 DeclGroupPtrTy ParseObjCAtDirectives();
1230 DeclGroupPtrTy ParseObjCAtClassDeclaration(SourceLocation atLoc);
1248 DeclGroupPtrTy ParseObjCAtProtocolDeclaration(SourceLocation atLoc,
1274 DeclGroupPtrTy ParseObjCAtImplementationDeclaration(SourceLocation AtLoc);
[all …]
/external/lldb/source/Expression/
DASTResultSynthesizer.cpp400 Sema::DeclGroupPtrTy result_decl_group_ptr; in SynthesizeBodyResult()
/external/clang/include/clang/Sema/
DSema.h237 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef
1344 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
1590 DeclGroupPtrTy FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS,
1592 DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group,
3067 StmtResult ActOnDeclStmt(DeclGroupPtrTy Decl,
3070 void ActOnForEachDeclStmt(DeclGroupPtrTy Decl);
6942 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,
6945 DeclGroupPtrTy ActOnForwardClassDeclaration(SourceLocation Loc,
6950 DeclGroupPtrTy ActOnForwardProtocolDeclaration(SourceLocation AtProtoclLoc,
6991 ArrayRef<DeclGroupPtrTy> allTUVars = None);
[all …]
/external/clang/lib/Sema/
DSemaDeclObjC.cpp853 Sema::DeclGroupPtrTy
1125 Sema::DeclGroupPtrTy
2012 Sema::DeclGroupPtrTy
2603 ArrayRef<DeclGroupPtrTy> allTUVars) { in ActOnAtEnd()
DSemaStmt.cpp70 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc, in ActOnDeclStmt()
80 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) { in ActOnForEachDeclStmt()
1960 DeclGroupPtrTy RangeGroup = in ActOnCXXForRangeStmt()
2277 DeclGroupPtrTy BeginEndGroup = in BuildCXXForRangeStmt()
DSemaOpenMP.cpp780 Sema::DeclGroupPtrTy
785 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPThreadprivateDirective()
787 return DeclGroupPtrTy(); in ActOnOpenMPThreadprivateDirective()
DSemaDecl.cpp55 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup()
58 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, 2)); in ConvertDeclToDeclGroup()
61 return DeclGroupPtrTy::make(DeclGroupRef(Ptr)); in ConvertDeclToDeclGroup()
9789 Sema::DeclGroupPtrTy Sema::FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS, in FinalizeDeclaratorGroup()
9818 Sema::DeclGroupPtrTy
9863 return DeclGroupPtrTy::make( in BuildDeclaratorGroup()
DSemaCodeComplete.cpp5761 DeclGroupPtrTy IterationVar) { in CodeCompleteObjCForCollection()
DTreeTransform.h1233 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()