Home
last modified time | relevance | path

Searched refs:StaticAssert (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaModule.cpp589 StaticAssert, enumerator
600 return UnnamedDeclKind::StaticAssert; in getUnnamedDeclKind()
612 case UnnamedDeclKind::StaticAssert: in getUnnamedDeclDiag()
HDSemaCodeComplete.cpp3816 case Decl::StaticAssert: in getCursorKindForDecl()
HDSemaDeclCXX.cpp1781 case Decl::StaticAssert: in CheckConstexprDeclStmt()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDeclNodes.td94 def StaticAssert : DeclNode<Decl>;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTCommon.cpp389 case Decl::StaticAssert: in isRedeclarableDeclKind()
HDASTReader.cpp9798 StaticAssert, in diagnoseOdrViolations() enumerator
9827 case Decl::StaticAssert: in diagnoseOdrViolations()
9828 return StaticAssert; in diagnoseOdrViolations()
10002 case StaticAssert: { in diagnoseOdrViolations()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDODRHash.cpp458 case Decl::StaticAssert: in isWhitelistedDecl()
HDDeclBase.cpp783 case StaticAssert: in getIdentifierNamespaceForKind()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclCXX.h3771 : Decl(StaticAssert, DC, StaticAssertLoc), in StaticAssertDecl()
3801 static bool classofKind(Kind K) { return K == StaticAssert; } in classofKind()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDecl.cpp104 case Decl::StaticAssert: // static_assert(X, ""); [C++0x] in EmitDecl()
HDCodeGenModule.cpp5357 case Decl::StaticAssert: in EmitTopLevelDecl()