Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp589 StaticAssert, enumerator
600 return UnnamedDeclKind::StaticAssert; in getUnnamedDeclKind()
612 case UnnamedDeclKind::StaticAssert: in getUnnamedDeclDiag()
H A DSemaCodeComplete.cpp3906 case Decl::StaticAssert: in getCursorKindForDecl()
H A DSemaDeclCXX.cpp1830 case Decl::StaticAssert: in CheckConstexprDeclStmt()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td99 def StaticAssert : DeclNode<Decl>;
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp414 case Decl::StaticAssert: in isRedeclarableDeclKind()
H A DASTReader.cpp9579 StaticAssert, in diagnoseOdrViolations() enumerator
9890 case Decl::StaticAssert: in diagnoseOdrViolations()
9891 return StaticAssert; in diagnoseOdrViolations()
10374 case StaticAssert: { in diagnoseOdrViolations()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp458 case Decl::StaticAssert: in isDeclToBeProcessed()
H A DDeclBase.cpp831 case StaticAssert: in getIdentifierNamespaceForKind()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3917 : Decl(StaticAssert, DC, StaticAssertLoc), in StaticAssertDecl()
3947 static bool classofKind(Kind K) { return K == StaticAssert; } in classofKind()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp117 case Decl::StaticAssert: // static_assert(X, ""); [C++0x] in EmitDecl()
H A DCodeGenModule.cpp5785 case Decl::StaticAssert: in EmitTopLevelDecl()