Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DODRDiagsEmitter.h107 StaticAssert, enumerator
H A DDeclCXX.h3979 : Decl(StaticAssert, DC, StaticAssertLoc), in StaticAssertDecl()
4009 static bool classofKind(Kind K) { return K == StaticAssert; } in classofKind()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp828 StaticAssert, enumerator
840 return UnnamedDeclKind::StaticAssert; in getUnnamedDeclKind()
852 case UnnamedDeclKind::StaticAssert: in getUnnamedDeclDiag()
H A DSemaCodeComplete.cpp4057 case Decl::StaticAssert: in getCursorKindForDecl()
H A DSemaDeclCXX.cpp1864 case Decl::StaticAssert: in CheckConstexprDeclStmt()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDeclNodes.td102 def StaticAssert : DeclNode<Decl>;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRDiagsEmitter.cpp598 case Decl::StaticAssert: in FindTypeDiffs()
599 return StaticAssert; in FindTypeDiffs()
981 case StaticAssert: { in diagnoseMismatch()
1605 case StaticAssert: in diagnoseMismatch()
2046 case StaticAssert: in diagnoseMismatch()
2174 case StaticAssert: in diagnoseMismatch()
H A DODRHash.cpp540 case Decl::StaticAssert: in isSubDeclToBeProcessed()
H A DDeclBase.cpp847 case StaticAssert: in getIdentifierNamespaceForKind()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTCommon.cpp419 case Decl::StaticAssert: in isRedeclarableDeclKind()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp120 case Decl::StaticAssert: // static_assert(X, ""); [C++0x] in EmitDecl()
H A DCodeGenModule.cpp6381 case Decl::StaticAssert: in EmitTopLevelDecl()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp6711 case Decl::StaticAssert: in clang_getCursorDefinition()
8193 case Decl::StaticAssert: in getDeclLanguage()