Home
last modified time | relevance | path

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

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