HomeSort by relevance Sort by last modified time
    Searched refs:DeclGroupPtrTy (Results 1 - 16 of 16) sorted by null

  /external/clang/test/Index/
comment-cplus-template-decls.cpp 80 // CHECK: <Declaration>typedef OpaquePtr&lt;int&gt; DeclGroupPtrTy</Declaration>
81 typedef OpaquePtr<int> DeclGroupPtrTy;
83 DeclGroupPtrTy blah;
  /external/clang/lib/Parse/
Parser.cpp 515 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...]
ParseAST.cpp 130 Parser::DeclGroupPtrTy ADecl;
ParseObjc.cpp 46 Parser::DeclGroupPtrTy Parser::ParseObjCAtDirectives() {
52 return DeclGroupPtrTy();
100 Parser::DeclGroupPtrTy
392 SmallVector<DeclGroupPtrTy, 8> allTUVariables;
    [all...]
ParseOpenMP.cpp 56 Parser::DeclGroupPtrTy Parser::ParseOpenMPDeclarativeDirective() {
97 return DeclGroupPtrTy();
137 DeclGroupPtrTy Res =
ParseStmt.cpp 210 DeclGroupPtrTy Decl = ParseDeclaration(Stmts, Declarator::BlockContext,
926 DeclGroupPtrTy Res =
964 DeclGroupPtrTy Res = ParseDeclaration(Stmts,
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 255 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy;
286 bool ParseTopLevelDecl(DeclGroupPtrTy &Result);
288 DeclGroupPtrTy Result;
    [all...]
  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 400 Sema::DeclGroupPtrTy result_decl_group_ptr;
  /external/clang/include/clang/Sema/
Sema.h 232 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy;
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaStmt.cpp 66 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc,
76 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) {
    [all...]
SemaOpenMP.cpp 684 Sema::DeclGroupPtrTy
689 return DeclGroupPtrTy::make(DeclGroupRef(D));
691 return DeclGroupPtrTy();
    [all...]
SemaDecl.cpp 54 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) {
57 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, 2));
60 return DeclGroupPtrTy::make(DeclGroupRef(Ptr));
    [all...]
SemaCodeComplete.cpp     [all...]
TreeTransform.h     [all...]

Completed in 261 milliseconds