Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2176 D.takeAttributes(Attrs);
2275 D.takeAttributes(Attrs); in MaybeParseCXX11Attributes()
5178 D.takeAttributes(Attrs);
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2679 void takeAttributes(ParsedAttributes &attrs) { in takeAttributes() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1246 D.takeAttributes(Attributes); in ParseLambdaExpressionAfterIntroducer()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp14523 D.takeAttributes(Attrs); in ActOnCXXForRangeIdentifier()