Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp218 bool ParsedAttr::isSupportedByPragmaAttribute() const { in isSupportedByPragmaAttribute() function in ParsedAttr
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h552 bool isSupportedByPragmaAttribute() const;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1992 if (!Attribute.isSupportedByPragmaAttribute()) { in HandlePragmaAttribute()