Home
last modified time | relevance | path

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

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