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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DModule.h176 SourceLocation ExportLoc; member in struct:clang::Module::UnresolvedExportDecl
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp103 SourceLocation ExportLoc; local
105 ExportLoc = ConsumeToken();
131 ExportLoc,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp1645 SourceLocation ExportLoc = consumeToken(); local
1676 ExportLoc, ParsedModuleId, Wildcard
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp821 SourceLocation ExportLoc,
826 if (ExportLoc.isValid())
827 Diag(ExportLoc, diag::warn_template_export_unsupported);
820 ActOnTemplateParameterList(unsigned Depth, SourceLocation ExportLoc, SourceLocation TemplateLoc, SourceLocation LAngleLoc, Decl **Params, unsigned NumParams, SourceLocation RAngleLoc) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5098 SourceLocation ExportLoc,

Completed in 305 milliseconds