Searched refs:IsAttribute (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp666 bool IsAttribute = SkipUntil(tok::r_square); local
667 IsAttribute &= Tok.is(tok::r_square);
669 return IsAttribute ? CAK_AttributeSpecifier : CAK_InvalidAttributeSpecifier;
726 bool IsAttribute = true; local
740 IsAttribute = false;
746 IsAttribute = false;
755 IsAttribute = false;
767 if (IsAttribute) {
770 IsAttribute = Tok.is(tok::r_square);
772 IsAttribute
[all...]

Completed in 129 milliseconds