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

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h107 StaticAssert, enumerator in enum:clang::ODRDiagsEmitter::ODRMismatchDecl
H A DDeclCXX.h4059 : Decl(StaticAssert, DC, StaticAssertLoc),
4089 static bool classofKind(Kind K) { return K == StaticAssert; }
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp600 case Decl::StaticAssert:
601 return StaticAssert;
983 case StaticAssert: {
1610 case StaticAssert:
2052 case StaticAssert:
2181 case StaticAssert:
H A DODRHash.cpp544 case Decl::StaticAssert:
H A DDeclBase.cpp920 case StaticAssert:
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp424 case Decl::StaticAssert:
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp119 case Decl::StaticAssert: // static_assert(X, ""); [C++0x]
H A DCodeGenModule.cpp6826 case Decl::StaticAssert:
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4134 case Decl::StaticAssert:
H A DSemaDeclCXX.cpp1899 case Decl::StaticAssert:

Completed in 201 milliseconds