OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeclGroupPtrTy
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
451
typedef OpaquePtr<DeclGroupRef>
DeclGroupPtrTy
;
465
bool ParseFirstTopLevelDecl(
DeclGroupPtrTy
&Result);
469
bool ParseTopLevelDecl(
DeclGroupPtrTy
&Result, bool IsFirstDecl = false);
471
DeclGroupPtrTy
Result;
1578
DeclGroupPtrTy
ParseExternalDeclaration(ParsedAttributesWithRange &attrs,
1582
DeclGroupPtrTy
ParseDeclarationOrFunctionDefinition(
1586
DeclGroupPtrTy
ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs,
1601
DeclGroupPtrTy
ParseObjCAtDirectives(ParsedAttributesWithRange &Attrs);
1602
DeclGroupPtrTy
ParseObjCAtClassDeclaration(SourceLocation atLoc);
1668
DeclGroupPtrTy
ParseObjCAtProtocolDeclaration(SourceLocation atLoc
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
399
typedef OpaquePtr<DeclGroupRef>
DeclGroupPtrTy
;
2325
DeclGroupPtrTy
ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
2777
DeclGroupPtrTy
FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS,
2779
DeclGroupPtrTy
BuildDeclaratorGroup(MutableArrayRef<Decl *> Group);
2860
DeclGroupPtrTy
ActOnModuleDecl(SourceLocation StartLoc,
2867
DeclGroupPtrTy
ActOnGlobalModuleFragmentDecl(SourceLocation ModuleLoc);
2873
DeclGroupPtrTy
ActOnPrivateModuleFragmentDecl(SourceLocation ModuleLoc,
4639
StmtResult ActOnDeclStmt(
DeclGroupPtrTy
Decl,
4642
void ActOnForEachDeclStmt(
DeclGroupPtrTy
Decl);
9531
DeclGroupPtrTy
ActOnFinishObjCImplementation(Decl *ObjCImpDecl
[
all
...]
Completed in 108 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026