Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParser.cpp540 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 …]
DParseDeclCXX.cpp58 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 …]
DParseObjc.cpp47 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 …]
DParseAST.cpp146 Parser::DeclGroupPtrTy ADecl; in ParseAST()
DParseOpenMP.cpp89 Parser::DeclGroupPtrTy Parser::ParseOpenMPDeclarativeDirective() { in ParseOpenMPDeclarativeDirective()
149 return DeclGroupPtrTy(); in ParseOpenMPDeclarativeDirective()
198 DeclGroupPtrTy Res = in ParseOpenMPDeclarativeOrExecutableDirective()
DParseStmt.cpp207 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()
DParseDecl.cpp1447 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/
Dcomment-cplus-template-decls.cpp81 typedef OpaquePtr<int> DeclGroupPtrTy; typedef
83 DeclGroupPtrTy blah;
/external/clang/include/clang/Parse/
DParser.h260 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/
DSema.h286 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/
DSemaStmt.cpp71 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()
DSemaDeclObjC.cpp1674 Sema::DeclGroupPtrTy
1974 Sema::DeclGroupPtrTy
2918 Sema::DeclGroupPtrTy
3551 ArrayRef<DeclGroupPtrTy> allTUVars) { in ActOnAtEnd()
DSemaDecl.cpp53 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()
DSemaOpenMP.cpp1110 Sema::DeclGroupPtrTy
1115 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPThreadprivateDirective()
1117 return DeclGroupPtrTy(); in ActOnOpenMPThreadprivateDirective()
DSemaCodeComplete.cpp5839 DeclGroupPtrTy IterationVar) { in CodeCompleteObjCForCollection()
DTreeTransform.h1254 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()