Home
last modified time | relevance | path

Searched defs:SkipBody (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2136 auto *PreviousDef = cast<ObjCProtocolDecl>(SkipBody.Previous); in ParseObjCAtProtocolDeclaration() local
378 Sema::SkipBodyInfo SkipBody; ParseObjCAtInterfaceDeclaration() local
H A DParser.cpp1439 Sema::SkipBodyInfo SkipBody; ParseFunctionDefinition() local
H A DParseDeclCXX.cpp1976 Sema::SkipBodyInfo SkipBody; ParseClassSpecifier() local
H A DParseDecl.cpp5145 Sema::SkipBodyInfo SkipBody; ParseEnumSpecifier() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp764 Value *SkipBody = Builder.CreateFlagLoad(CurCoro.Data->ResumeEHVar, EmitCoroutineBody() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp654 AddFunctionDecl(const FunctionDecl * Function,bool SkipBody) AddFunctionDecl() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3066 Sema::SkipBodyInfo SkipBody; checkNewAttributesAfterDef() local
15434 ActOnStartOfFunctionDef(Scope * FnBodyScope,Declarator & D,MultiTemplateParamsArg TemplateParameterLists,SkipBodyInfo * SkipBody,FnBodyKind BodyKind) ActOnStartOfFunctionDef() argument
15536 CheckForFunctionRedefinition(FunctionDecl * FD,const FunctionDecl * EffectiveDefinition,SkipBodyInfo * SkipBody) CheckForFunctionRedefinition() argument
15642 ActOnStartOfFunctionDef(Scope * FnBodyScope,Decl * D,SkipBodyInfo * SkipBody,FnBodyKind BodyKind) ActOnStartOfFunctionDef() argument
17225 ActOnTag(Scope * S,unsigned TagSpec,TagUseKind TUK,SourceLocation KWLoc,CXXScopeSpec & SS,IdentifierInfo * Name,SourceLocation NameLoc,const ParsedAttributesView & Attrs,AccessSpecifier AS,SourceLocation ModulePrivateLoc,MultiTemplateParamsArg TemplateParameterLists,bool & OwnedDecl,bool & IsDependent,SourceLocation ScopedEnumKWLoc,bool ScopedEnumUsesClassTag,TypeResult UnderlyingType,bool IsTypeSpecifier,bool IsTemplateParamOrArg,OffsetOfKind OOK,SkipBodyInfo * SkipBody) ActOnTag() argument
18187 ActOnDuplicateDefinition(Decl * Prev,SkipBodyInfo & SkipBody) ActOnDuplicateDefinition() argument
[all...]
H A DSemaDeclObjC.cpp981 const ParsedAttributesView &AttrList, SkipBodyInfo *SkipBody) { in ActOnStartClassInterface() argument
1224 ActOnStartProtocolInterface(SourceLocation AtProtoInterfaceLoc,IdentifierInfo * ProtocolName,SourceLocation ProtocolLoc,Decl * const * ProtoRefs,unsigned NumProtoRefs,const SourceLocation * ProtoLocs,SourceLocation EndProtoLoc,const ParsedAttributesView & AttrList,SkipBodyInfo * SkipBody) ActOnStartProtocolInterface() argument
[all...]
H A DSemaTemplate.cpp1862 CheckClassTemplate(Scope * S,unsigned TagSpec,TagUseKind TUK,SourceLocation KWLoc,CXXScopeSpec & SS,IdentifierInfo * Name,SourceLocation NameLoc,const ParsedAttributesView & Attr,TemplateParameterList * TemplateParams,AccessSpecifier AS,SourceLocation ModulePrivateLoc,SourceLocation FriendLoc,unsigned NumOuterTemplateParamLists,TemplateParameterList ** OuterTemplateParamLists,SkipBodyInfo * SkipBody) CheckClassTemplate() argument
2946 CheckTemplateParameterList(TemplateParameterList * NewParams,TemplateParameterList * OldParams,TemplateParamListContext TPC,SkipBodyInfo * SkipBody) CheckTemplateParameterList() argument
8840 ActOnClassTemplateSpecialization(Scope * S,unsigned TagSpec,TagUseKind TUK,SourceLocation KWLoc,SourceLocation ModulePrivateLoc,CXXScopeSpec & SS,TemplateIdAnnotation & TemplateId,const ParsedAttributesView & Attr,MultiTemplateParamsArg TemplateParameterLists,SkipBodyInfo * SkipBody) ActOnClassTemplateSpecialization() argument
[all...]