| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 1663 SourceLocation ExternLoc, in ParseExplicitInstantiation() argument 1673 Context, ParsedTemplateInfo(ExternLoc, TemplateLoc), in ParseExplicitInstantiation() 1683 if (ExternLoc.isValid()) in getSourceRange() 1684 R.setBegin(ExternLoc); in getSourceRange()
|
| H A D | Parser.cpp | 1008 SourceLocation ExternLoc = ConsumeToken(); in ParseExternalDeclaration() local 1010 Diag(ExternLoc, getLangOpts().CPlusPlus11 ? in ParseExternalDeclaration() 1012 diag::ext_extern_template) << SourceRange(ExternLoc, TemplateLoc); in ParseExternalDeclaration() 1015 DeclaratorContext::File, ExternLoc, TemplateLoc, DeclEnd, Attrs)); in ParseExternalDeclaration()
|
| H A D | ParseDeclCXX.cpp | 1727 const_cast<ParsedTemplateInfo &>(TemplateInfo).ExternLoc = in ParseClassSpecifier() 1954 getCurScope(), TemplateInfo.ExternLoc, TemplateInfo.TemplateLoc, in ParseClassSpecifier() 2031 getCurScope(), TemplateInfo.ExternLoc, TemplateInfo.TemplateLoc, in ParseClassSpecifier()
|
| H A D | ParseDecl.cpp | 2397 getCurScope(), TemplateInfo.ExternLoc, TemplateInfo.TemplateLoc, D); in ParseDeclarationAfterDeclaratorAndAttributes()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclTemplate.h | 1851 SourceLocation ExternLoc; 2054 return ExplicitInfo ? ExplicitInfo->ExternLoc : SourceLocation(); 2061 ExplicitInfo->ExternLoc = Loc; 2713 SourceLocation ExternLoc; 2907 return ExplicitInfo ? ExplicitInfo->ExternLoc : SourceLocation(); 2914 ExplicitInfo->ExternLoc = Loc;
|
| H A D | DeclCXX.h | 2857 SourceLocation ExternLoc; 2862 LinkageSpecDecl(DeclContext *DC, SourceLocation ExternLoc, 2867 SourceLocation ExternLoc, 2887 SourceLocation getExternLoc() const { return ExternLoc; } in getExternLoc() 2889 void setExternLoc(SourceLocation L) { ExternLoc = L; } in setExternLoc() 2904 return SourceRange(ExternLoc, getEndLoc()); in getSourceRange()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2840 LinkageSpecDecl::LinkageSpecDecl(DeclContext *DC, SourceLocation ExternLoc, in LinkageSpecDecl() argument 2844 ExternLoc(ExternLoc), RBraceLoc(SourceLocation()) { in LinkageSpecDecl() 2853 SourceLocation ExternLoc, in Create() argument 2857 return new (C, DC) LinkageSpecDecl(DC, ExternLoc, LangLoc, Lang, HasBraces); in Create()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 1520 explicit ParsedTemplateInfo(SourceLocation ExternLoc, in ParsedTemplateInfo() 1523 ExternLoc(ExternLoc), TemplateLoc(TemplateLoc), in ParsedTemplateInfo() 1544 SourceLocation ExternLoc; member 3547 SourceLocation ExternLoc,
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 9874 Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc, in ActOnExplicitInstantiation() argument 9913 TemplateSpecializationKind TSK = ExternLoc.isInvalid() in ActOnExplicitInstantiation() 9923 Diag(ExternLoc, in ActOnExplicitInstantiation() 9931 Diag(ExternLoc, in ActOnExplicitInstantiation() 10058 Specialization->setExternLoc(ExternLoc); in ActOnExplicitInstantiation() 10174 Sema::ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc, in ActOnExplicitInstantiation() argument 10222 = ExternLoc.isInvalid()? TSK_ExplicitInstantiationDefinition in ActOnExplicitInstantiation() 10287 SourceLocation ExternLoc, in ActOnExplicitInstantiation() argument 10361 = ExternLoc.isInvalid()? TSK_ExplicitInstantiationDefinition in ActOnExplicitInstantiation()
|
| H A D | SemaDeclCXX.cpp | 16342 Decl *Sema::ActOnStartLinkageSpecification(Scope *S, SourceLocation ExternLoc, in ActOnStartLinkageSpecification() argument 16366 LinkageSpecDecl *D = LinkageSpecDecl::Create(Context, CurContext, ExternLoc, in ActOnStartLinkageSpecification() 16381 PushGlobalModuleFragment(ExternLoc, /*IsImplicit=*/true); in ActOnStartLinkageSpecification()
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 2195 SourceLocation ExternLoc = consumeToken(); // 'extern' keyword in parseExternModuleDecl() local 2235 FileID(), nullptr, ExternLoc); in parseExternModuleDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 2427 ExplicitInfo->ExternLoc = readSourceLocation(); in VisitClassTemplateSpecializationDeclImpl() 2504 ExplicitInfo->ExternLoc = readSourceLocation(); in VisitVarTemplateSpecializationDeclImpl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 7518 SourceLocation ExternLoc, 8290 Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc, 8296 DeclResult ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc, 8304 SourceLocation ExternLoc,
|