Home
last modified time | relevance | path

Searched refs:ActOnFinishDelayedAttribute (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp839 Actions.ActOnFinishDelayedAttribute(getCurScope(), LA.Decls[i], Attrs); in ParseLexedAttribute()
H A DParseDecl.cpp5044 Actions.ActOnFinishDelayedAttribute(getCurScope(), D, Attrs); in ParseLexedCAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3768 void ActOnFinishDelayedAttribute(Scope *S, Decl *D, ParsedAttributes &Attrs);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16230 void Sema::ActOnFinishDelayedAttribute(Scope *S, Decl *D, in ActOnFinishDelayedAttribute() function in Sema