Home
last modified time | relevance | path

Searched refs:isStmtAttr (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DAttributeList.cpp208 bool AttributeList::isStmtAttr() const { in isStmtAttr() function in AttributeList
DSemaDeclAttr.cpp5379 if (!Attr.isStmtAttr()) { in ProcessDeclAttribute()
/external/llvm-project/clang/lib/Sema/
DParsedAttr.cpp184 bool ParsedAttr::isStmtAttr() const { return getInfo().IsStmt; } in isStmtAttr() function in ParsedAttr
DSemaDeclAttr.cpp7457 if (!AL.isStmtAttr()) { in ProcessDeclAttribute()
/external/clang/include/clang/Sema/
DAttributeList.h502 bool isStmtAttr() const;
/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h578 bool isStmtAttr() const;