Home
last modified time | relevance | path

Searched defs:IsRegularKeywordAttribute (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h98 bool IsRegularKeywordAttribute) in Form()
117 static Form Keyword(bool IsAlignas, bool IsRegularKeywordAttribute) { in Keyword()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3144 bool IsRegularKeywordAttribute = Record.readBool(); in readAttr() local