Home
last modified time | relevance | path

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

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