Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp59 if (NamedDecl *named_decl = dyn_cast<NamedDecl>(D)) { in TransformTopLevelDecl() local
H A DClangASTImporter.cpp88 if (NamedDecl *named_decl = dyn_cast<NamedDecl>(decl)) CopyDecl() local
H A DIRForTarget.cpp996 clang::NamedDecl *named_decl = DeclForGlobal(global_variable); in MaybeHandleVariable() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1197 if (auto *named_decl = llvm::dyn_cast<clang::NamedDecl>(decl)) GetTypeForDecl() local
2171 GetTypeNameForDecl(const NamedDecl * named_decl,bool qualified) GetTypeNameForDecl() argument
2432 clang::NamedDecl *named_decl = llvm::dyn_cast<clang::NamedDecl>(decl_ctx); DumpDeclContextHiearchy() local
2454 clang::NamedDecl *named_decl = llvm::dyn_cast<clang::NamedDecl>(decl); DumpDeclHiearchy() local
3759 if (auto *named_decl = qual_type->getAsTagDecl()) GetTypeName() local
9258 clang::NamedDecl *named_decl = DeclContextGetName() local
9269 clang::NamedDecl *named_decl = DeclContextGetScopeQualifiedName() local
[all...]