Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h2139 D.takeAttributes(attrs, endLoc);
2167 D.takeAttributes(attrs, endLoc); in MaybeParseCXX11Attributes()
/external/clang/include/clang/Sema/
DDeclSpec.h2177 void takeAttributes(ParsedAttributes &attrs, SourceLocation lastLoc) { in takeAttributes() function
/external/clang/lib/Sema/
DSemaDecl.cpp10280 D.takeAttributes(Attrs, AttrEnd); in ActOnCXXForRangeIdentifier()