Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DAttributeList.cpp117 (SyntaxUsed == AttributeList::AS_CXX11 && ScopeName == "gnu"); in normalizeAttrName()
138 if (ScopeName || SyntaxUsed == AS_CXX11) in getKind()
/external/clang/include/clang/Sema/
DAttributeList.h79 AS_CXX11, enumerator
351 return SyntaxUsed == AS_CXX11 || isAlignasAttribute(); in isCXX11Attribute()
/external/clang/lib/Parse/
DParseDeclCXX.cpp3626 AttributeList::AS_CXX11)) { in IsBuiltInOrStandardCXX11Attribute()
3675 ScopeLoc, AttributeList::AS_CXX11, nullptr); in ParseCXX11AttributeArgs()
3679 ScopeName, ScopeLoc, AttributeList::AS_CXX11); in ParseCXX11AttributeArgs()
3789 ScopeName, ScopeLoc, nullptr, 0, AttributeList::AS_CXX11); in ParseCXX11AttributeSpecifier()