Home
last modified time | relevance | path

Searched refs:isTypeAttr (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDParsedAttr.cpp197 bool ParsedAttr::isTypeAttr() const { return getInfo().IsType; } in isTypeAttr() function in ParsedAttr
HDSemaType.cpp837 if (AL.isInvalid() || !AL.isTypeAttr()) in checkOmittedBlockReturnType()
8526 bool IsTypeAttr = attr.isTypeAttr(); in processTypeAttrs()
8537 !attr.isTypeAttr()) { in processTypeAttrs()
HDSemaDeclAttr.cpp6302 assert(AL.isTypeAttr() && "Non-type attribute not handled"); in ProcessDeclAttribute()
6304 if (AL.isTypeAttr()) { in ProcessDeclAttribute()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDParsedAttr.h525 bool isTypeAttr() const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp3672 if (PA.isTypeAttr() && PA.getKind() != ParsedAttr::AT_LifetimeBound && in ParseDeclarationSpecifiers()