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

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h721 ParsedAttributes takeAttributes() { function in class:clang::DeclSpec
2029 /// takeAttributes - Takes attributes from the given parsed-attributes
2038 void takeAttributes(ParsedAttributes &attrs, SourceLocation lastLoc) {
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1916 D.takeAttributes(attrs, endLoc);
1942 D.takeAttributes(attrs, endLoc);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp2484 DeclaratorInfo.takeAttributes(DS.getAttributes(), SourceLocation());

Completed in 116 milliseconds