Searched refs:StaticAssert (Results 1 – 11 of 11) sorted by relevance
589 StaticAssert, enumerator600 return UnnamedDeclKind::StaticAssert; in getUnnamedDeclKind()612 case UnnamedDeclKind::StaticAssert: in getUnnamedDeclDiag()
3816 case Decl::StaticAssert: in getCursorKindForDecl()
1781 case Decl::StaticAssert: in CheckConstexprDeclStmt()
94 def StaticAssert : DeclNode<Decl>;
389 case Decl::StaticAssert: in isRedeclarableDeclKind()
9798 StaticAssert, in diagnoseOdrViolations() enumerator9827 case Decl::StaticAssert: in diagnoseOdrViolations()9828 return StaticAssert; in diagnoseOdrViolations()10002 case StaticAssert: { in diagnoseOdrViolations()
458 case Decl::StaticAssert: in isWhitelistedDecl()
783 case StaticAssert: in getIdentifierNamespaceForKind()
3771 : Decl(StaticAssert, DC, StaticAssertLoc), in StaticAssertDecl()3801 static bool classofKind(Kind K) { return K == StaticAssert; } in classofKind()
104 case Decl::StaticAssert: // static_assert(X, ""); [C++0x] in EmitDecl()
5357 case Decl::StaticAssert: in EmitTopLevelDecl()