Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DParsedAttr.cpp201 bool ParsedAttr::isTypeAttr() const { return getInfo().IsType; } in isTypeAttr() function in ParsedAttr
DSemaType.cpp809 if (AL.isInvalid() || !AL.isTypeAttr()) in checkOmittedBlockReturnType()
8357 bool IsTypeAttr = attr.isTypeAttr(); in processTypeAttrs()
8368 !attr.isTypeAttr()) { in processTypeAttrs()
DSemaDeclAttr.cpp8623 assert(AL.isTypeAttr() && "Non-type attribute not handled"); in ProcessDeclAttribute()
8625 if (AL.isTypeAttr()) { in ProcessDeclAttribute()
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DParsedAttr.h624 bool isTypeAttr() const;
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseDecl.cpp3269 if (PA.isTypeAttr() && PA.getKind() != ParsedAttr::AT_LifetimeBound && in ParseDeclarationSpecifiers()