Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2713 D.takeAttributes(attrs, endLoc);
2790 D.takeAttributes(attrs, endLoc); in MaybeParseCXX11Attributes()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2516 void takeAttributes(ParsedAttributes &attrs, SourceLocation lastLoc) { in takeAttributes() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp13003 D.takeAttributes(Attrs, AttrEnd); in ActOnCXXForRangeIdentifier()