Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc130 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 …]
Ddwarf_cu_to_module.h78 class FileContext {
80 FileContext(const string &filename,
83 ~FileContext();
234 DwarfCUToModule(FileContext *file_context,
Ddwarf_cu_to_module_unittest.cc266 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/
DDeclSpec.h1552 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/
DParser.cpp709 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()
DParseDecl.cpp1529 (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()
DParseTemplate.cpp238 if (Context != Declarator::FileContext) { in ParseSingleDeclarationAfterTemplate()
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc238 DwarfCUToModule::FileContext file_context(dwarf_filename, in LoadDwarf()
/external/google-breakpad/src/common/mac/
Ddump_syms.mm268 DwarfCUToModule::FileContext file_context(selected_object_name_,
/external/clang/lib/Sema/
DSemaType.cpp2242 case Declarator::FileContext: in GetDeclSpecTypeForDeclarator()
2303 case Declarator::FileContext: in GetDeclSpecTypeForDeclarator()
3270 case Declarator::FileContext: in GetFullTypeForDeclarator()