Home
last modified time | relevance | path

Searched refs:ExportLoc (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Parse/
DParseTemplate.cpp104 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/
DModule.h236 SourceLocation ExportLoc; member
/external/clang/lib/Lex/
DModuleMap.cpp1980 SourceLocation ExportLoc = consumeToken(); in parseExportDecl() local
2012 ExportLoc, ParsedModuleId, Wildcard in parseExportDecl()
/external/clang/lib/Sema/
DSemaTemplate.cpp826 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/
DSema.h5709 SourceLocation ExportLoc,