Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDeclNodes.td63 def Decomposition : DeclNode<Var>;
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTCommon.cpp430 case Decl::Decomposition: in isRedeclarableDeclKind()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx1z.cpp270 namespace Decomposition { namespace
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h4059 : VarDecl(Decomposition, C, DC, StartLoc, LSquareLoc, nullptr, T, TInfo, in DecompositionDecl()
4090 static bool classofKind(Kind K) { return K == Decomposition; } in classofKind()
H A DDecl.h1169 if (getKind() != Decl::Var && getKind() != Decl::Decomposition) in isLocalVarDecl()
1183 if (getKind() != Decl::Var && getKind() != Decl::Decomposition) in isFunctionOrMethodVarDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp840 case Decomposition: in getIdentifierNamespaceForKind()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp155 case Decl::Decomposition: { in EmitDecl()
H A DCodeGenModule.cpp6105 case Decl::Decomposition: in EmitTopLevelDecl()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp6741 case Decl::Decomposition: { in clang_getCursorDefinition()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp1885 case Decl::Decomposition: { in CheckConstexprDeclStmt()
H A DSemaExpr.cpp3386 case Decl::Decomposition: in BuildDeclarationNameExpr()