Home
last modified time | relevance | path

Searched defs:isRegularKeywordAttribute (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTokenKinds.h110 inline constexpr bool isRegularKeywordAttribute(TokenKind K) { in isRegularKeywordAttribute() function
HDAttributeCommonInfo.h110 bool isRegularKeywordAttribute() const { return IsRegularKeywordAttribute; } in isRegularKeywordAttribute() function
225 bool isRegularKeywordAttribute() const { return IsRegularKeywordAttribute; } in isRegularKeywordAttribute() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDToken.h126 bool isRegularKeywordAttribute() const { in isRegularKeywordAttribute() function
/freebsd-14-stable/contrib/llvm-project/clang/utils/TableGen/
HDClangAttrEmitter.cpp2652 static bool isRegularKeywordAttribute(const FlattenedSpelling &S) { in isRegularKeywordAttribute() function