Searched refs:FileContext (Results 1 – 10 of 10) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module.cc | 130 DwarfCUToModule::FileContext::FileContext(const string &filename, in FileContext() function in google_breakpad::DwarfCUToModule::FileContext 139 DwarfCUToModule::FileContext::~FileContext() { in ~FileContext() 142 void DwarfCUToModule::FileContext::AddSectionToSectionMap( in AddSectionToSectionMap() 147 void DwarfCUToModule::FileContext::ClearSectionMapForTest() { in ClearSectionMapForTest() 152 DwarfCUToModule::FileContext::section_map() const { in section_map() 156 void DwarfCUToModule::FileContext::ClearSpecifications() { in ClearSpecifications() 161 bool DwarfCUToModule::FileContext::IsUnhandledInterCUReference( in IsUnhandledInterCUReference() 172 CUContext(FileContext *file_context_arg, WarningReporter *reporter_arg) in CUContext() 185 FileContext *file_context; 308 FileContext *file_context = cu_context_->file_context; in ProcessAttributeReference() [all …]
|
D | dwarf_cu_to_module.h | 78 class FileContext { 80 FileContext(const string &filename, 83 ~FileContext(); 234 DwarfCUToModule(FileContext *file_context,
|
D | dwarf_cu_to_module_unittest.cc | 266 DwarfCUToModule::FileContext file_context_; 715 DwarfCUToModule::FileContext fc("dwarf-filename", &m, true); in TEST_F() 1435 DwarfCUToModule::FileContext fc("dwarf-filename", &m, true); in TEST_F() 1494 DwarfCUToModule::FileContext fc("dwarf-filename", &m, false); in TEST_F()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1552 FileContext, // File scope declaration. enumerator 1725 case FileContext: in mayOmitIdentifier() 1759 case FileContext: in mayHaveIdentifier() 1792 case FileContext: in diagnoseIdentifier() 1830 Context != FileContext) in mayBeFollowedByCXXDirectInit() 1838 case FileContext: in mayBeFollowedByCXXDirectInit() 2035 case FileContext: in isFunctionDeclarationContext()
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 709 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs); in ParseExternalDeclaration() 719 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs); in ParseExternalDeclaration() 730 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs); in ParseExternalDeclaration() 739 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs); in ParseExternalDeclaration() 754 ParseExplicitInstantiation(Declarator::FileContext, in ParseExternalDeclaration() 889 Decl *TheDecl = ParseLinkage(DS, Declarator::FileContext); in ParseDeclOrFunctionDefInternal() 893 return ParseDeclGroup(DS, Declarator::FileContext); in ParseDeclOrFunctionDefInternal()
|
D | ParseDecl.cpp | 1529 (getLangOpts().CPlusPlus && Context == Declarator::FileContext); in MightBeDeclarator() 1679 if (Context == Declarator::FileContext) { in ParseDeclGroup() 1796 ExpectAndConsumeSemi(Context == Declarator::FileContext in ParseDeclGroup() 2344 if (Context == Declarator::FileContext) in getDeclSpecContextFromDeclaratorContext() 4715 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDeclaratorInternal() 4922 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDirectDeclarator() 4976 (D.getContext() == Declarator::FileContext || in ParseDirectDeclarator() 5361 : D.getContext() == Declarator::FileContext && in ParseFunctionDeclarator()
|
D | ParseTemplate.cpp | 238 if (Context != Declarator::FileContext) { in ParseSingleDeclarationAfterTemplate()
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 238 DwarfCUToModule::FileContext file_context(dwarf_filename, in LoadDwarf()
|
/external/google-breakpad/src/common/mac/ |
D | dump_syms.mm | 268 DwarfCUToModule::FileContext file_context(selected_object_name_,
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 2242 case Declarator::FileContext: in GetDeclSpecTypeForDeclarator() 2303 case Declarator::FileContext: in GetDeclSpecTypeForDeclarator() 3270 case Declarator::FileContext: in GetFullTypeForDeclarator()
|