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

/external/clang/include/clang/Basic/
H A DModule.h215 SourceLocation ExportLoc; member in struct:clang::Module::UnresolvedExportDecl
/external/clang/lib/Parse/
H A DParseTemplate.cpp103 SourceLocation ExportLoc; local
104 TryConsumeToken(tok::kw_export, ExportLoc);
126 ExportLoc,
/external/clang/lib/Lex/
H A DModuleMap.cpp1804 SourceLocation ExportLoc = consumeToken(); local
1835 ExportLoc, ParsedModuleId, Wildcard
/external/clang/lib/Sema/
H A DSemaTemplate.cpp816 SourceLocation ExportLoc,
821 if (ExportLoc.isValid())
822 Diag(ExportLoc, diag::warn_template_export_unsupported);
815 ActOnTemplateParameterList(unsigned Depth, SourceLocation ExportLoc, SourceLocation TemplateLoc, SourceLocation LAngleLoc, Decl **Params, unsigned NumParams, SourceLocation RAngleLoc) argument

Completed in 855 milliseconds