Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h107 StaticAssert, enumerator
H A DDeclCXX.h4135 : Decl(StaticAssert, DC, StaticAssertLoc), in StaticAssertDecl()
4165 static bool classofKind(Kind K) { return K == StaticAssert; } in classofKind()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp598 case Decl::StaticAssert: in FindTypeDiffs()
599 return StaticAssert; in FindTypeDiffs()
981 case StaticAssert: { in diagnoseMismatch()
1613 case StaticAssert: in diagnoseMismatch()
2055 case StaticAssert: in diagnoseMismatch()
2184 case StaticAssert: in diagnoseMismatch()
H A DODRHash.cpp571 case Decl::StaticAssert: in isSubDeclToBeProcessed()
H A DDeclBase.cpp969 case StaticAssert: in getIdentifierNamespaceForKind()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td102 def StaticAssert : DeclNode<Decl>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp438 case Decl::StaticAssert: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp585 case Decl::StaticAssert: // static_assert(X, ""); [C++0x] in emitDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp125 case Decl::StaticAssert: // static_assert(X, ""); [C++0x] in EmitDecl()
H A DCodeGenModule.cpp7298 case Decl::StaticAssert: in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2004 case Decl::StaticAssert: in CheckConstexprDeclStmt()
17825 StringEvaluationContext::StaticAssert, in BuildStaticAssertDeclaration()
17842 StringEvaluationContext::StaticAssert, in BuildStaticAssertDeclaration()
H A DSemaCodeComplete.cpp4302 case Decl::StaticAssert: in getCursorKindForDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5923 enum class StringEvaluationContext { StaticAssert = 0, Asm = 1 }; enumerator