Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h2096 D.takeAttributes(attrs, endLoc);
2124 D.takeAttributes(attrs, endLoc); in MaybeParseCXX11Attributes()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h2118 void takeAttributes(ParsedAttributes &attrs, SourceLocation lastLoc) { in takeAttributes() function
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp9653 D.takeAttributes(Attrs, AttrEnd); in ActOnCXXForRangeIdentifier()