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

/external/clang/test/Index/
H A Dcomment-cplus-template-decls.cpp80 // CHECK: <Declaration>typedef OpaquePtr&lt;int&gt; DeclGroupPtrTy</Declaration>
81 typedef OpaquePtr<int> DeclGroupPtrTy; typedef in namespace:rdar16128173
83 DeclGroupPtrTy blah;
/external/clang/lib/Parse/
H A DParser.cpp515 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result) {
523 Result = DeclGroupPtrTy();
586 Parser::DeclGroupPtrTy
594 return DeclGroupPtrTy();
601 return DeclGroupPtrTy();
604 return DeclGroupPtrTy();
607 return DeclGroupPtrTy();
610 return DeclGroupPtrTy();
613 return DeclGroupPtrTy();
616 return DeclGroupPtrTy();
[all...]
H A DParseAST.cpp130 Parser::DeclGroupPtrTy ADecl;
H A DParseObjc.cpp46 Parser::DeclGroupPtrTy Parser::ParseObjCAtDirectives() {
52 return DeclGroupPtrTy();
100 Parser::DeclGroupPtrTy
392 SmallVector<DeclGroupPtrTy, 8> allTUVariables;
1400 Parser::DeclGroupPtrTy
1410 return DeclGroupPtrTy();
1417 return DeclGroupPtrTy();
1441 return DeclGroupPtrTy();
1452 return DeclGroupPtrTy();
1468 return DeclGroupPtrTy();
[all...]
H A DParseOpenMP.cpp56 Parser::DeclGroupPtrTy Parser::ParseOpenMPDeclarativeDirective() {
97 return DeclGroupPtrTy();
137 DeclGroupPtrTy Res =
H A DParseStmt.cpp210 DeclGroupPtrTy Decl = ParseDeclaration(Stmts, Declarator::BlockContext,
926 DeclGroupPtrTy Res =
964 DeclGroupPtrTy Res = ParseDeclaration(Stmts,
1545 DeclGroupPtrTy DG = ParseSimpleDeclaration(
1590 Actions.CodeCompleteObjCForCollection(getCurScope(), DeclGroupPtrTy());
H A DParseDecl.cpp1285 Parser::DeclGroupPtrTy Parser::ParseDeclaration(StmtVector &Stmts,
1351 Parser::DeclGroupPtrTy
1366 return DeclGroupPtrTy();
1534 Parser::DeclGroupPtrTy Parser::ParseDeclGroup(ParsingDeclSpec &DS,
1546 return DeclGroupPtrTy();
1586 return DeclGroupPtrTy();
1592 return DeclGroupPtrTy();
1598 return DeclGroupPtrTy();
/external/clang/include/clang/Parse/
H A DParser.h255 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef in class:clang::Parser
286 bool ParseTopLevelDecl(DeclGroupPtrTy &Result);
288 DeclGroupPtrTy Result;
1217 DeclGroupPtrTy ParseExternalDeclaration(ParsedAttributesWithRange &attrs,
1221 DeclGroupPtrTy ParseDeclarationOrFunctionDefinition(
1225 DeclGroupPtrTy ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs,
1240 DeclGroupPtrTy ParseObjCAtDirectives();
1241 DeclGroupPtrTy ParseObjCAtClassDeclaration(SourceLocation atLoc);
1259 DeclGroupPtrTy ParseObjCAtProtocolDeclaration(SourceLocation atLoc,
1285 DeclGroupPtrTy ParseObjCAtImplementationDeclaratio
[all...]
/external/lldb/source/Expression/
H A DASTResultSynthesizer.cpp400 Sema::DeclGroupPtrTy result_decl_group_ptr;
/external/clang/include/clang/Sema/
H A DSema.h232 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef in class:clang::Sema
1395 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
1640 DeclGroupPtrTy FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS,
1642 DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group,
3000 StmtResult ActOnDeclStmt(DeclGroupPtrTy Decl,
3003 void ActOnForEachDeclStmt(DeclGroupPtrTy Decl);
6812 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,
6815 DeclGroupPtrTy ActOnForwardClassDeclaration(SourceLocation Loc,
6820 DeclGroupPtrTy ActOnForwardProtocolDeclaration(SourceLocation AtProtoclLoc,
6861 ArrayRef<DeclGroupPtrTy> allTUVar
[all...]
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp857 Sema::DeclGroupPtrTy
1131 Sema::DeclGroupPtrTy
2018 Sema::DeclGroupPtrTy
2547 ArrayRef<DeclGroupPtrTy> allTUVars) {
H A DSemaStmt.cpp66 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc,
76 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) {
1936 DeclGroupPtrTy RangeGroup =
2253 DeclGroupPtrTy BeginEndGroup =
H A DSemaOpenMP.cpp684 Sema::DeclGroupPtrTy
689 return DeclGroupPtrTy::make(DeclGroupRef(D));
691 return DeclGroupPtrTy();
H A DSemaDecl.cpp54 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) {
57 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, 2));
60 return DeclGroupPtrTy::make(DeclGroupRef(Ptr));
9317 Sema::DeclGroupPtrTy Sema::FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS,
9346 Sema::DeclGroupPtrTy
9391 return DeclGroupPtrTy::make(
H A DSemaCodeComplete.cpp5616 DeclGroupPtrTy IterationVar) {
H A DTreeTransform.h1206 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls);

Completed in 4812 milliseconds