/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangDeclVendor.cpp | 26 clang::Decl *d = ClangUtil::GetDecl(compiler_decl); in FindDecls()
|
D | ClangUtil.h | 29 static clang::Decl *GetDecl(const CompilerDecl &decl);
|
D | ClangUtil.cpp | 31 clang::Decl *ClangUtil::GetDecl(const CompilerDecl &decl) { in GetDecl() function in ClangUtil
|
D | ClangExpressionDeclMap.cpp | 1078 vars->GetVariableAtIndex(i)->GetDecl(); in LookupLocalVariable() 1091 if (candidate_var->GetDecl() == decl) { in LookupLocalVariable()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | Variable.h | 109 CompilerDecl GetDecl();
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | ASTReader.h | 1415 return Reader->GetDecl(Reader->getGlobalDeclID(*Mod, *I)); 1823 Decl *GetDecl(serialization::DeclID ID); 1832 return GetDecl(getGlobalDeclID(F, LocalID)); in GetLocalDecl() 1862 return GetDecl(ReadDeclID(F, R, I)); in ReadDecl() 1872 return cast_or_null<T>(GetDecl(ReadDeclID(F, R, I))); in ReadDeclAs()
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 1239 return Reader->GetDecl(Reader->getGlobalDeclID(*Mod, *I)); 1643 Decl *GetDecl(serialization::DeclID ID); 1652 return GetDecl(getGlobalDeclID(F, LocalID)); in GetLocalDecl() 1682 return GetDecl(ReadDeclID(F, R, I)); in ReadDecl() 1692 return cast_or_null<T>(GetDecl(ReadDeclID(F, R, I))); in ReadDeclAs()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 4049 cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0]))); in InitializeContext() 6223 return GetDecl(ID); in GetExternalDecl() 6456 Decl *ASTReader::GetDecl(DeclID ID) { in GetDecl() function in ASTReader 6624 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt)) in FindFileRegionDecls() 6636 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *DIt))); in FindFileRegionDecls() 6656 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in FindExternalVisibleDeclsByName() 6677 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in completeVisibleDeclsMap() 6723 GetDecl(ID); in PassInterestingDeclsToConsumer() 6913 NamedDecl *D = cast<NamedDecl>(GetDecl(ID)); in InitializeSema() 7228 = dyn_cast_or_null<NamespaceDecl>(GetDecl(KnownNamespaces[I]))) in ReadKnownNamespaces() [all …]
|
D | ASTReaderDecl.cpp | 478 cast<TypedefNameDecl>(Reader.GetDecl(NamedDeclForTagDecl)); in Visit() 1386 NamespaceDecl *Anon = cast<NamespaceDecl>(Reader.GetDecl(AnonNamespace)); in VisitNamespaceDecl() 1859 NamedDecl *TemplatedDecl = cast_or_null<NamedDecl>(Reader.GetDecl(PatternID)); in VisitTemplateDecl() 2276 T *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 3609 auto *Decl = GetDecl(DeclID); in ReadASTBlock() 4959 cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0]))); in InitializeContext() 7132 return GetDecl(ID); in GetExternalDecl() 7396 Decl *ASTReader::GetDecl(DeclID ID) { in GetDecl() function in ASTReader 7569 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt)) in FindFileRegionDecls() 7580 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *DIt))); in FindFileRegionDecls() 7600 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in FindExternalVisibleDeclsByName() 7621 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in completeVisibleDeclsMap() 7825 NamedDecl *D = cast<NamedDecl>(GetDecl(ID)); in InitializeSema() 8215 = dyn_cast_or_null<NamespaceDecl>(GetDecl(KnownNamespaces[I]))) in ReadKnownNamespaces() [all …]
|
D | ASTReaderDecl.cpp | 546 cast<TypedefNameDecl>(Reader.GetDecl(NamedDeclForTagDecl)); in Visit() 1626 auto *Anon = cast<NamespaceDecl>(Reader.GetDecl(AnonNamespace)); in VisitNamespaceDecl() 2058 auto *TemplatedDecl = cast_or_null<NamedDecl>(Reader.GetDecl(PatternID)); in VisitTemplateDecl() 2483 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable() 4130 GetDecl(ID); in PassInterestingDeclsToConsumer()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.h | 309 static lldb_private::CompilerDecl GetDecl(const DWARFDIE &die);
|
D | SymbolFileDWARF.cpp | 1331 return GetDecl(die); in GetDeclForUID() 3897 CompilerDecl SymbolFileDWARF::GetDecl(const DWARFDIE &die) { in GetDecl() function in SymbolFileDWARF
|
D | DWARFASTParserClang.cpp | 3216 CompilerDecl imported_decl = SymbolFileDWARF::GetDecl(imported_uid); in GetClangDeclForDIE()
|
/external/llvm-project/lldb/source/Symbol/ |
D | Variable.cpp | 211 CompilerDecl Variable::GetDecl() { in GetDecl() function in Variable
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbAstBuilder.cpp | 1353 return ClangUtil::GetDecl(decl); in FromCompilerDecl()
|