Home
last modified time | relevance | path

Searched defs:named_decl (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp59 if (NamedDecl *named_decl = dyn_cast<NamedDecl>(D)) { in TransformTopLevelDecl() local
H A DIRForTarget.cpp996 if (!named_decl) { in MaybeHandleVariable() local
H A DClangASTImporter.cpp91 if (NamedDecl *named_decl = dyn_cast<NamedDecl>(decl)) CopyDecl() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2123 std::string TypeSystemClang::GetTypeNameForDecl(const NamedDecl *named_decl, in GetTypeNameForDecl() argument
1139 if (auto *named_decl = llvm::dyn_cast<clang::NamedDecl>(decl)) GetTypeForDecl() local
2384 clang::NamedDecl *named_decl = llvm::dyn_cast<clang::NamedDecl>(decl_ctx); DumpDeclContextHiearchy() local
2406 clang::NamedDecl *named_decl = llvm::dyn_cast<clang::NamedDecl>(decl); DumpDeclHiearchy() local
3796 if (auto *named_decl = qual_type->getAsTagDecl()) GetTypeName() local
9452 clang::NamedDecl *named_decl = DeclContextGetName() local
9469 clang::NamedDecl *named_decl = DeclContextGetScopeQualifiedName() local
[all...]