HomeSort by relevance Sort by last modified time
    Searched defs:DeclGroupPtrTy (Results 1 - 3 of 3) 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/include/clang/Parse/
Parser.h 256 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy;
271 bool ParseTopLevelDecl(DeclGroupPtrTy &Result);
273 DeclGroupPtrTy Result;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 237 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy;
    [all...]

Completed in 418 milliseconds