/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 2136 auto *PreviousDef = cast<ObjCProtocolDecl>(SkipBody.Previous); in ParseObjCAtProtocolDeclaration() local 378 Sema::SkipBodyInfo SkipBody; ParseObjCAtInterfaceDeclaration() local
|
H A D | Parser.cpp | 1439 Sema::SkipBodyInfo SkipBody; ParseFunctionDefinition() local
|
H A D | ParseDeclCXX.cpp | 1976 Sema::SkipBodyInfo SkipBody; ParseClassSpecifier() local
|
H A D | ParseDecl.cpp | 5145 Sema::SkipBodyInfo SkipBody; ParseEnumSpecifier() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCoroutine.cpp | 764 Value *SkipBody = Builder.CreateFlagLoad(CurCoro.Data->ResumeEHVar, EmitCoroutineBody() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRHash.cpp | 654 AddFunctionDecl(const FunctionDecl * Function,bool SkipBody) AddFunctionDecl() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 3066 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 D | SemaDeclObjC.cpp | 981 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 D | SemaTemplate.cpp | 1862 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...] |