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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp574 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result) {
582 Result = DeclGroupPtrTy();
639 Parser::DeclGroupPtrTy
647 return DeclGroupPtrTy();
654 return DeclGroupPtrTy();
657 return DeclGroupPtrTy();
660 return DeclGroupPtrTy();
663 return DeclGroupPtrTy();
666 return DeclGroupPtrTy();
669 return DeclGroupPtrTy();
[all...]
H A DParseOpenMP.cpp32 Parser::DeclGroupPtrTy Parser::ParseOpenMPDeclarativeDirective() {
70 return DeclGroupPtrTy();
110 DeclGroupPtrTy Res =
H A DParseAST.cpp129 Parser::DeclGroupPtrTy ADecl;
H A DParseObjc.cpp46 Parser::DeclGroupPtrTy Parser::ParseObjCAtDirectives() {
52 return DeclGroupPtrTy();
100 Parser::DeclGroupPtrTy
391 SmallVector<DeclGroupPtrTy, 8> allTUVariables;
1399 Parser::DeclGroupPtrTy
1409 return DeclGroupPtrTy();
1416 return DeclGroupPtrTy();
1441 return DeclGroupPtrTy();
1452 return DeclGroupPtrTy();
1468 return DeclGroupPtrTy();
[all...]
H A DParseStmt.cpp221 DeclGroupPtrTy Decl = ParseDeclaration(Stmts, Declarator::BlockContext,
884 DeclGroupPtrTy Res =
927 DeclGroupPtrTy Res = ParseDeclaration(Stmts,
1477 DeclGroupPtrTy DG = ParseSimpleDeclaration(Stmts, Declarator::ForContext,
1524 Actions.CodeCompleteObjCForCollection(getCurScope(), DeclGroupPtrTy());
H A DParseDecl.cpp1331 Parser::DeclGroupPtrTy Parser::ParseDeclaration(StmtVector &Stmts,
1397 Parser::DeclGroupPtrTy
1412 return DeclGroupPtrTy();
1578 Parser::DeclGroupPtrTy Parser::ParseDeclGroup(ParsingDeclSpec &DS,
1590 return DeclGroupPtrTy();
1630 return DeclGroupPtrTy();
1641 return DeclGroupPtrTy();
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h237 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef in class:clang::Parser
268 bool ParseTopLevelDecl(DeclGroupPtrTy &Result);
1134 DeclGroupPtrTy ParseExternalDeclaration(ParsedAttributesWithRange &attrs,
1138 DeclGroupPtrTy ParseDeclarationOrFunctionDefinition(
1142 DeclGroupPtrTy ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs,
1157 DeclGroupPtrTy ParseObjCAtDirectives();
1158 DeclGroupPtrTy ParseObjCAtClassDeclaration(SourceLocation atLoc);
1176 DeclGroupPtrTy ParseObjCAtProtocolDeclaration(SourceLocation atLoc,
1202 DeclGroupPtrTy ParseObjCAtImplementationDeclaration(SourceLocation AtLoc);
1203 DeclGroupPtrTy ParseObjCAtEndDeclaratio
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DASTResultSynthesizer.cpp400 Sema::DeclGroupPtrTy result_decl_group_ptr;
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp517 Sema::DeclGroupPtrTy Sema::ActOnOpenMPThreadprivateDirective(
522 return DeclGroupPtrTy::make(DeclGroupRef(D));
524 return DeclGroupPtrTy();
H A DSemaDeclObjC.cpp827 Sema::DeclGroupPtrTy
1100 Sema::DeclGroupPtrTy
1944 Sema::DeclGroupPtrTy
2517 ArrayRef<DeclGroupPtrTy> allTUVars) {
H A DSemaStmt.cpp66 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc,
76 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) {
1870 DeclGroupPtrTy RangeGroup =
2187 DeclGroupPtrTy BeginEndGroup =
H A DSemaDecl.cpp52 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) {
55 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, 2));
58 return DeclGroupPtrTy::make(DeclGroupRef(Ptr));
8968 Sema::DeclGroupPtrTy Sema::FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS,
8997 Sema::DeclGroupPtrTy
9042 return DeclGroupPtrTy::make(
H A DSemaCodeComplete.cpp5672 DeclGroupPtrTy IterationVar) {
H A DTreeTransform.h1199 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls);
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h229 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef in class:clang::Sema
1308 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = 0);
1536 DeclGroupPtrTy FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS,
1538 DeclGroupPtrTy BuildDeclaratorGroup(llvm::MutableArrayRef<Decl *> Group,
2874 StmtResult ActOnDeclStmt(DeclGroupPtrTy Decl,
2877 void ActOnForEachDeclStmt(DeclGroupPtrTy Decl);
6685 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,
6688 DeclGroupPtrTy ActOnForwardClassDeclaration(SourceLocation Loc,
6693 DeclGroupPtrTy ActOnForwardProtocolDeclaration(SourceLocation AtProtoclLoc,
6734 ArrayRef<DeclGroupPtrTy> allTUVar
[all...]

Completed in 404 milliseconds