Home
last modified time | relevance | path

Searched refs:FileContext (Results 1 – 12 of 12) sorted by relevance

/external/google-breakpad/src/common/
Ddwarf_cu_to_module.h80 class FileContext {
82 FileContext(const string &filename,
85 ~FileContext();
260 DwarfCUToModule(FileContext *file_context,
Ddwarf_cu_to_module.cc131 DwarfCUToModule::FileContext::FileContext(const string &filename, in FileContext() function in google_breakpad::DwarfCUToModule::FileContext
140 DwarfCUToModule::FileContext::~FileContext() { in ~FileContext()
143 void DwarfCUToModule::FileContext::AddSectionToSectionMap( in AddSectionToSectionMap()
148 void DwarfCUToModule::FileContext::ClearSectionMapForTest() { in ClearSectionMapForTest()
153 DwarfCUToModule::FileContext::section_map() const { in section_map()
157 void DwarfCUToModule::FileContext::ClearSpecifications() { in ClearSpecifications()
162 bool DwarfCUToModule::FileContext::IsUnhandledInterCUReference( in IsUnhandledInterCUReference()
173 CUContext(FileContext *file_context_arg, WarningReporter *reporter_arg, in CUContext()
191 FileContext *file_context;
338 FileContext *file_context = cu_context_->file_context; in ProcessAttributeReference()
[all …]
Ddwarf_cu_to_module_unittest.cc269 DwarfCUToModule::FileContext file_context_;
718 DwarfCUToModule::FileContext fc("dwarf-filename", &m, true); in TEST_F()
1509 DwarfCUToModule::FileContext fc("dwarf-filename", &m, true); in TEST_F()
1568 DwarfCUToModule::FileContext fc("dwarf-filename", &m, false); in TEST_F()
/external/python/cpython2/Tools/scripts/
Dfixdiv.py214 f = FileContext(fp)
315 class FileContext: class
/external/python/cpython3/Tools/scripts/
Dfixdiv.py215 f = FileContext(fp)
315 class FileContext: class
/external/clang/lib/Parse/
DParser.cpp750 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs); in ParseExternalDeclaration()
760 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs); in ParseExternalDeclaration()
771 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs); in ParseExternalDeclaration()
780 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs); in ParseExternalDeclaration()
795 ParseExplicitInstantiation(Declarator::FileContext, in ParseExternalDeclaration()
936 Decl *TheDecl = ParseLinkage(DS, Declarator::FileContext); in ParseDeclOrFunctionDefInternal()
940 return ParseDeclGroup(DS, Declarator::FileContext); in ParseDeclOrFunctionDefInternal()
DParseDecl.cpp1631 (getLangOpts().CPlusPlus && Context == Declarator::FileContext); in MightBeDeclarator()
1781 if (Context == Declarator::FileContext) { in ParseDeclGroup()
1898 ExpectAndConsumeSemi(Context == Declarator::FileContext in ParseDeclGroup()
2463 if (Context == Declarator::FileContext) in getDeclSpecContextFromDeclaratorContext()
5003 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDeclaratorInternal()
5221 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDirectDeclarator()
5275 (D.getContext() == Declarator::FileContext || in ParseDirectDeclarator()
5666 : D.getContext() == Declarator::FileContext && in ParseFunctionDeclarator()
DParseTemplate.cpp255 if (Context != Declarator::FileContext) { in ParseSingleDeclarationAfterTemplate()
/external/google-breakpad/src/common/mac/
Ddump_syms.cc426 DwarfCUToModule::FileContext file_context(selected_object_name_, in ReadDwarf()
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc289 DwarfCUToModule::FileContext file_context(dwarf_filename, in LoadDwarf()
/external/clang/lib/Sema/
DSemaType.cpp2883 case Declarator::FileContext: in GetDeclSpecTypeForDeclarator()
2968 case Declarator::FileContext: in GetDeclSpecTypeForDeclarator()
3653 case Declarator::FileContext: in GetFullTypeForDeclarator()
4540 case Declarator::FileContext: in GetFullTypeForDeclarator()
6714 D.getContext() == Declarator::FileContext && in processTypeAttrs()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...