Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseTemplate.cpp197 ParsedAttributesWithRange prefixAttrs(AttrFactory); in ParseSingleDeclarationAfterTemplate() local
198 MaybeParseCXX11Attributes(prefixAttrs); in ParseSingleDeclarationAfterTemplate()
202 prefixAttrs); in ParseSingleDeclarationAfterTemplate()
212 ProhibitAttributes(prefixAttrs); in ParseSingleDeclarationAfterTemplate()
229 ProhibitAttributes(prefixAttrs); in ParseSingleDeclarationAfterTemplate()
231 DS.takeAttributesFrom(prefixAttrs); in ParseSingleDeclarationAfterTemplate()
/external/llvm-project/clang/lib/Parse/
DParseTemplate.cpp207 ParsedAttributesWithRange prefixAttrs(AttrFactory); in ParseSingleDeclarationAfterTemplate() local
208 MaybeParseCXX11Attributes(prefixAttrs); in ParseSingleDeclarationAfterTemplate()
212 prefixAttrs); in ParseSingleDeclarationAfterTemplate()
226 ProhibitAttributes(prefixAttrs); in ParseSingleDeclarationAfterTemplate()
243 ProhibitAttributes(prefixAttrs); in ParseSingleDeclarationAfterTemplate()
245 DS.takeAttributesFrom(prefixAttrs); in ParseSingleDeclarationAfterTemplate()
/external/llvm-project/flang/lib/Semantics/
Dmod-file.cpp322 Attrs prefixAttrs{subprogramPrefixAttrs & attrs}; in PutSubprogram() local
336 PutAttrs(os, prefixAttrs, std::nullopt, ""s, " "s); in PutSubprogram()
/external/clang/include/clang/Parse/
DParser.h1277 ParsedAttributes &prefixAttrs);
1342 ParsedAttributes &prefixAttrs);
/external/llvm-project/clang/include/clang/Parse/
DParser.h1622 ParsedAttributes &prefixAttrs);
1687 ParsedAttributes &prefixAttrs);