Searched refs:tdecl (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangPersistentVariables.cpp | 76 if (clang::TypeDecl *tdecl = llvm::dyn_cast<clang::TypeDecl>(p.m_decl)) { in GetCompilerTypeFromPersistentDecl() local 78 const_cast<clang::Type *>(tdecl->getTypeForDecl())); in GetCompilerTypeFromPersistentDecl()
|
/external/vulkan-headers/registry/ |
D | generator.py | 959 tdecl = 'typedef ' 970 tdecl += noneStr(proto.text) 978 tdecl += self.makeTypedefName(text, tail) 981 tdecl += text + tail 986 tdecl = ' '.join(tdecl.split()) 1013 return [pdecl + indentdecl, tdecl + paramdecl]
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/registry/ |
D | generator.py | 1100 tdecl = 'typedef ' 1111 tdecl += noneStr(proto.text) 1119 tdecl += self.makeTypedefName(text, tail) 1122 tdecl += text + tail 1127 tdecl = ' '.join(tdecl.split()) 1174 return [pdecl + indentdecl, tdecl + paramdecl]
|
/external/libabigail/src/ |
D | abg-reader.cc | 5263 template_decl_sptr tdecl) in build_type_tparameter() argument 5291 result.reset(new type_tparameter(index, tdecl, name, loc)); in build_type_tparameter() 5325 template_decl_sptr tdecl) in build_type_composition() argument 5333 result.reset(new type_composition(index, tdecl, composed_type)); in build_type_composition() 5384 template_decl_sptr tdecl) in build_non_type_tparameter() argument 5406 r.reset(new non_type_tparameter(index, tdecl, name, type, loc)); in build_non_type_tparameter() 5431 template_decl_sptr tdecl) in build_template_tparameter() argument 5460 template_tparameter_sptr result(new template_tparameter(index, tdecl, in build_template_tparameter() 5508 template_decl_sptr tdecl) in build_template_parameter() argument 5511 ((r = build_type_tparameter(ctxt, node, index, tdecl)) in build_template_parameter() [all …]
|
D | abg-ir.cc | 22985 template_decl_sptr tdecl, in type_composition() argument 22987 : type_or_decl_base(tdecl->get_environment(), in type_composition() 22989 decl_base(tdecl->get_environment(), "", location()), in type_composition() 22990 template_parameter(index, tdecl), in type_composition()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 4535 clang::TagDecl *tdecl = nullptr; in CreateTypedef() local 4538 tdecl = rt->getDecl(); in CreateTypedef() 4540 tdecl = et->getDecl(); in CreateTypedef() 4546 if (tdecl && !tdecl->getIdentifier() && !tdecl->getTypedefNameForAnonDecl()) in CreateTypedef() 4547 tdecl->setTypedefNameForAnonDecl(decl); in CreateTypedef()
|
/external/libabigail/include/ |
D | abg-ir.h | 3494 template_decl_sptr tdecl,
|