Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp781 StaticAssert, enumerator
793 return UnnamedDeclKind::StaticAssert; in getUnnamedDeclKind()
805 case UnnamedDeclKind::StaticAssert: in getUnnamedDeclDiag()
H A DSemaCodeComplete.cpp4022 case Decl::StaticAssert: in getCursorKindForDecl()
H A DSemaDeclCXX.cpp1830 case Decl::StaticAssert: in CheckConstexprDeclStmt()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDeclNodes.td100 def StaticAssert : DeclNode<Decl>;
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTCommon.cpp418 case Decl::StaticAssert: in isRedeclarableDeclKind()
H A DASTReader.cpp9653 StaticAssert, in diagnoseOdrViolations() enumerator
9923 case Decl::StaticAssert: in diagnoseOdrViolations()
9924 return StaticAssert; in diagnoseOdrViolations()
10330 case StaticAssert: { in diagnoseOdrViolations()
/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DBuildTreeTest.cpp3905 TEST_P(BuildSyntaxTreeTest, StaticAssert) { in TEST_P() argument
/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp459 case Decl::StaticAssert: in isDeclToBeProcessed()
H A DDeclBase.cpp832 case StaticAssert: in getIdentifierNamespaceForKind()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h3951 : Decl(StaticAssert, DC, StaticAssertLoc), in StaticAssertDecl()
3981 static bool classofKind(Kind K) { return K == StaticAssert; } in classofKind()
/llvm-project-15.0.7/clang/test/Modules/
H A Dodr_hash.cpp99 namespace StaticAssert { namespace
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp117 case Decl::StaticAssert: // static_assert(X, ""); [C++0x] in EmitDecl()
H A DCodeGenModule.cpp6181 case Decl::StaticAssert: in EmitTopLevelDecl()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp6675 case Decl::StaticAssert: in clang_getCursorDefinition()
8156 case Decl::StaticAssert: in getDeclLanguage()