Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2868 D.takeAttributes(Attrs);
2911 D.takeAttributes(Attrs); in MaybeParseCXX11Attributes()
2957 D.takeAttributes(Attrs);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2598 void takeAttributes(ParsedAttributes &attrs) { in takeAttributes() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1311 D.takeAttributes(Attributes); in ParseLambdaExpressionAfterIntroducer()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp14357 D.takeAttributes(Attrs); in ActOnCXXForRangeIdentifier()