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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp520 bool IsAttribute = SkipUntil(tok::r_square); local
521 IsAttribute &= Tok.is(tok::r_square);
525 return IsAttribute ? CAK_AttributeSpecifier : CAK_InvalidAttributeSpecifier;
543 bool IsAttribute = Tok.is(tok::r_square); local
547 if (IsAttribute)
563 bool IsAttribute = true; local
578 IsAttribute = false;
584 IsAttribute = false;
593 IsAttribute = false;
605 if (IsAttribute) {
[all...]

Completed in 49 milliseconds