Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DParsedAttr.cpp192 bool ParsedAttr::isSupportedByPragmaAttribute() const { in isSupportedByPragmaAttribute() function in ParsedAttr
/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h592 bool isSupportedByPragmaAttribute() const;
/external/llvm-project/clang/lib/Parse/
DParsePragma.cpp1581 if (!Attribute.isSupportedByPragmaAttribute()) { in HandlePragmaAttribute()