Home
last modified time | relevance | path

Searched refs:IsSupportedByPragmaAttribute (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DParsedAttr.h66 unsigned IsSupportedByPragmaAttribute : 1; member
81 IsStmt(0), IsKnownToGCC(0), IsSupportedByPragmaAttribute(0) {} in AttrKind()
88 unsigned IsSupportedByPragmaAttribute, in ParsedAttrInfo()
95 IsSupportedByPragmaAttribute(IsSupportedByPragmaAttribute), in ParsedAttrInfo()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DParsedAttr.cpp212 return getInfo().IsSupportedByPragmaAttribute; in isSupportedByPragmaAttribute()