Searched refs:ExportLoc (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseTemplate.cpp | 104 SourceLocation ExportLoc; in ParseTemplateDeclarationOrSpecialization() local 105 TryConsumeToken(tok::kw_export, ExportLoc); in ParseTemplateDeclarationOrSpecialization() 145 CurTemplateDepthTracker.getDepth(), ExportLoc, TemplateLoc, LAngleLoc, in ParseTemplateDeclarationOrSpecialization()
|
/external/clang/include/clang/Basic/ |
D | Module.h | 236 SourceLocation ExportLoc; member
|
/external/clang/lib/Lex/ |
D | ModuleMap.cpp | 1980 SourceLocation ExportLoc = consumeToken(); in parseExportDecl() local 2012 ExportLoc, ParsedModuleId, Wildcard in parseExportDecl()
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 826 SourceLocation ExportLoc, in ActOnTemplateParameterList() argument 832 if (ExportLoc.isValid()) in ActOnTemplateParameterList() 833 Diag(ExportLoc, diag::warn_template_export_unsupported); in ActOnTemplateParameterList()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5709 SourceLocation ExportLoc,
|