Home
last modified time | relevance | path

Searched refs:GetDecl (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.cpp26 clang::Decl *d = ClangUtil::GetDecl(compiler_decl); in FindDecls()
H A DClangUtil.h29 static clang::Decl *GetDecl(const CompilerDecl &decl);
H A DClangUtil.cpp31 clang::Decl *ClangUtil::GetDecl(const CompilerDecl &decl) { in GetDecl() function in ClangUtil
H A DClangExpressionDeclMap.cpp1071 vars->GetVariableAtIndex(i)->GetDecl(); in LookupLocalVariable()
1084 if (candidate_var->GetDecl() == decl) { in LookupLocalVariable()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h116 CompilerDecl GetDecl();
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1675 return Reader->GetDecl(Reader->getGlobalDeclID(*Mod, ID));
2112 Decl *GetDecl(GlobalDeclID ID);
2121 return GetDecl(getGlobalDeclID(F, LocalID)); in GetLocalDecl()
2149 return GetDecl(ReadDeclID(F, R, I)); in ReadDecl()
2159 return cast_or_null<T>(GetDecl(ReadDeclID(F, R, I))); in ReadDeclAs()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5506 cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0]))); in InitializeContext()
7897 Decl *ASTReader::GetExternalDecl(GlobalDeclID ID) { return GetDecl(ID); } in GetExternalDecl()
8257 Decl *ASTReader::GetDecl(GlobalDeclID ID) { in GetDecl() function in ASTReader
8361 GetDecl(Info); in LoadExternalSpecializationsImpl()
8409 GetDecl(Info); in LoadExternalSpecializationsImpl()
8532 GetDecl(getGlobalDeclID(*DInfo.Mod, in FindFileRegionDecls()
8544 Decls.push_back(GetDecl(getGlobalDeclID( in FindFileRegionDecls()
8562 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in FindExternalVisibleDeclsByName()
8617 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in completeVisibleDeclsMap()
8858 NamedDecl *D = cast<NamedDecl>(GetDecl(ID)); in InitializeSema()
[all …]
H A DASTReaderDecl.cpp547 cast<TypedefNameDecl>(Reader.GetDecl(NamedDeclForTagDecl)); in Visit()
1870 auto *Anon = cast<NamespaceDecl>(Reader.GetDecl(AnonNamespace)); in VisitNamespaceDecl()
2837 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable()
4315 GetDecl(ID); in PassInterestingDeclsToConsumer()
4350 auto *RD = cast<CXXRecordDecl>(GetDecl(ID)); in PassInterestingDeclsToConsumer()
4458 GetDecl(LID); in loadDeclUpdateRecords()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h302 static CompilerDecl GetDecl(const DWARFDIE &die);
H A DSymbolFileDWARF.cpp1434 return GetDecl(die); in GetDeclForUID()
4313 CompilerDecl SymbolFileDWARF::GetDecl(const DWARFDIE &die) { in GetDecl() function in SymbolFileDWARF
H A DDWARFASTParserClang.cpp3312 CompilerDecl imported_decl = SymbolFileDWARF::GetDecl(imported_uid); in GetClangDeclForDIE()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp203 CompilerDecl Variable::GetDecl() { in GetDecl() function in Variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1444 return ClangUtil::GetDecl(decl); in FromCompilerDecl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc1962 {"_ZN5clang9ASTReader7GetDeclEj", "clang::ASTReader::GetDecl(unsigned int)"},