Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.h110 inline constexpr bool isRegularKeywordAttribute(TokenKind K) { in isRegularKeywordAttribute() function
H A DAttributeCommonInfo.h110 bool isRegularKeywordAttribute() const { return IsRegularKeywordAttribute; } in isRegularKeywordAttribute() function
225 bool isRegularKeywordAttribute() const { return IsRegularKeywordAttribute; } in isRegularKeywordAttribute() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h125 bool isRegularKeywordAttribute() const { isRegularKeywordAttribute() function
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2488 static bool isRegularKeywordAttribute(const FlattenedSpelling &S) { isRegularKeywordAttribute() function
[all...]