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 522 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result) {
530 Result = DeclGroupPtrTy();
596 Parser::DeclGroupPtrTy
604 return DeclGroupPtrTy();
611 return DeclGroupPtrTy();
614 return DeclGroupPtrTy();
617 return DeclGroupPtrTy();
620 return DeclGroupPtrTy();
623 return DeclGroupPtrTy();
626 return DeclGroupPtrTy();
    [all...]
ParseAST.cpp 129 Parser::DeclGroupPtrTy ADecl;
ParseObjc.cpp 46 Parser::DeclGroupPtrTy Parser::ParseObjCAtDirectives() {
52 return DeclGroupPtrTy();
100 Parser::DeclGroupPtrTy
326 SmallVector<DeclGroupPtrTy, 8> allTUVariables;
    [all...]
ParseOpenMP.cpp 64 Parser::DeclGroupPtrTy Parser::ParseOpenMPDeclarativeDirective() {
117 return DeclGroupPtrTy();
163 DeclGroupPtrTy Res =
ParseStmt.cpp 210 DeclGroupPtrTy Decl = ParseDeclaration(Declarator::BlockContext,
941 DeclGroupPtrTy Res =
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 256 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy;
271 bool ParseTopLevelDecl(DeclGroupPtrTy &Result);
273 DeclGroupPtrTy Result;
    [all...]
  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 400 Sema::DeclGroupPtrTy result_decl_group_ptr;
  /external/clang/include/clang/Sema/
Sema.h 237 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy;
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaStmt.cpp 70 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc,
80 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) {
    [all...]
SemaOpenMP.cpp 780 Sema::DeclGroupPtrTy
785 return DeclGroupPtrTy::make(DeclGroupRef(D));
787 return DeclGroupPtrTy();
    [all...]
SemaDecl.cpp 55 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) {
58 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, 2));
61 return DeclGroupPtrTy::make(DeclGroupRef(Ptr));
    [all...]
SemaCodeComplete.cpp     [all...]
TreeTransform.h     [all...]

Completed in 518 milliseconds