OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeclGroupPtrTy
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Parse/
Parser.h
194
typedef OpaquePtr<DeclGroupRef>
DeclGroupPtrTy
;
242
bool ParseTopLevelDecl(
DeclGroupPtrTy
&Result);
244
DeclGroupPtrTy
FinishPendingObjCActions();
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
175
typedef OpaquePtr<DeclGroupRef>
DeclGroupPtrTy
;
847
DeclGroupPtrTy
ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = 0);
[
all
...]
Completed in 400 milliseconds