Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDeclNodes.td94 def StaticAssert : Decl;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTCommon.cpp385 case Decl::StaticAssert: in isRedeclarableDeclKind()
H A DASTReader.cpp9972 StaticAssert, in diagnoseOdrViolations() enumerator
10001 case Decl::StaticAssert: in diagnoseOdrViolations()
10002 return StaticAssert; in diagnoseOdrViolations()
10176 case StaticAssert: { in diagnoseOdrViolations()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp448 case Decl::StaticAssert: in isWhitelistedDecl()
H A DDeclBase.cpp791 case StaticAssert: in getIdentifierNamespaceForKind()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h3754 : Decl(StaticAssert, DC, StaticAssertLoc),
3784 static bool classofKind(Kind K) { return K == StaticAssert; }
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp103 case Decl::StaticAssert: // static_assert(X, ""); [C++0x] in EmitDecl()
H A DCodeGenModule.cpp4892 case Decl::StaticAssert: in EmitTopLevelDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp3431 case Decl::StaticAssert: in getCursorKindForDecl()
H A DSemaDeclCXX.cpp1662 case Decl::StaticAssert: in CheckConstexprDeclStmt()