Searched defs:DCtx (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 27 void dumpDebugAbbrev(DWARFContext &DCtx, DWARFYAML::Data &Y) { in dumpDebugAbbrev() 51 void dumpDebugStrings(DWARFContext &DCtx, DWARFYAML::Data &Y) { in dumpDebugStrings() 60 void dumpDebugARanges(DWARFContext &DCtx, DWARFYAML::Data &Y) { in dumpDebugARanges() 83 void dumpPubSection(DWARFContext &DCtx, DWARFYAML::PubSection &Y, in dumpPubSection() 101 void dumpDebugPubSections(DWARFContext &DCtx, DWARFYAML::Data &Y) { in dumpDebugPubSections() 116 void dumpDebugInfo(DWARFContext &DCtx, DWARFYAML::Data &Y) { in dumpDebugInfo() 240 void dumpDebugLines(DWARFContext &DCtx, DWARFYAML::Data &Y) { in dumpDebugLines() 349 std::error_code dwarf2yaml(DWARFContext &DCtx, DWARFYAML::Data &Y) { in dwarf2yaml()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DirectIvarAssignment.cpp | 66 LocationOrAnalysisDeclContext DCtx; member in __anon3243859f0111::DirectIvarAssignment::MethodCrawler 142 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M); in checkASTDecl() local
|
D | LocalizationChecker.cpp | 943 LocationOrAnalysisDeclContext DCtx; member in __anonabfc86b70411::EmptyLocalizationContextChecker::MethodCrawler 976 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M); in checkASTDecl() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFVerifier.h | 92 DWARFContext &DCtx; variable
|
/external/clang/lib/Sema/ |
D | IdentifierResolver.cpp | 136 DeclContext *DCtx = D->getDeclContext()->getRedeclContext(); in isDeclInScope() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 1150 static bool isVariableIndexable(const DWARFDie &Die, DWARFContext &DCtx) { in isVariableIndexable()
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 1378 void DeclContext::buildLookupImpl(DeclContext *DCtx, bool Internal) { in buildLookupImpl()
|