Searched defs:ExportLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Basic/
H A DModule.h144 SourceLocation ExportLoc; member in struct:clang::Module::UnresolvedExportDecl
/external/clang/lib/Parse/
H A DParseTemplate.cpp123 SourceLocation ExportLoc; local
125 ExportLoc = ConsumeToken();
150 Actions.ActOnTemplateParameterList(Depth, ExportLoc,
/external/clang/lib/Lex/
H A DModuleMap.cpp1241 SourceLocation ExportLoc = consumeToken(); local
1272 ExportLoc, ParsedModuleId, Wildcard
/external/clang/lib/Sema/
H A DSemaTemplate.cpp825 SourceLocation ExportLoc,
830 if (ExportLoc.isValid())
831 Diag(ExportLoc, diag::warn_template_export_unsupported);
824 ActOnTemplateParameterList(unsigned Depth, SourceLocation ExportLoc, SourceLocation TemplateLoc, SourceLocation LAngleLoc, Decl **Params, unsigned NumParams, SourceLocation RAngleLoc) argument

Completed in 161 milliseconds