Searched defs:FileContext (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.h78 class FileContext { class in class:google_breakpad::DwarfCUToModule
80 FileContext(const string &filename,
83 ~FileContext();
234 DwarfCUToModule(FileContext *file_context,
H A Ddwarf_cu_to_module.cc130 DwarfCUToModule::FileContext::FileContext(const string &filename, function in class:google_breakpad::DwarfCUToModule::FileContext
139 DwarfCUToModule::FileContext::~FileContext() {
142 void DwarfCUToModule::FileContext::AddSectionToSectionMap(
147 void DwarfCUToModule::FileContext::ClearSectionMapForTest() {
152 DwarfCUToModule::FileContext::section_map() const {
156 void DwarfCUToModule::FileContext::ClearSpecifications() {
161 bool DwarfCUToModule::FileContext::IsUnhandledInterCUReference(
172 CUContext(FileContext *file_context_ar
[all...]
/external/clang/include/clang/Sema/
H A DDeclSpec.h1552 FileContext, // File scope declaration. enumerator in enum:clang::Declarator::TheContext
1725 case FileContext:
1759 case FileContext:
1792 case FileContext:
1830 Context != FileContext)
1838 case FileContext:
2035 case FileContext:

Completed in 184 milliseconds