Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2707 D.takeAttributes(attrs, endLoc);
2774 D.takeAttributes(attrs, endLoc); in MaybeParseCXX11Attributes()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h2516 void takeAttributes(ParsedAttributes &attrs, SourceLocation lastLoc) { in takeAttributes() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp12946 D.takeAttributes(Attrs, AttrEnd); in ActOnCXXForRangeIdentifier()