Home
last modified time | relevance | path

Searched refs:ExternLoc (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseTemplate.cpp1663 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 DParser.cpp1008 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 DParseDeclCXX.cpp1727 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 DParseDecl.cpp2397 getCurScope(), TemplateInfo.ExternLoc, TemplateInfo.TemplateLoc, D); in ParseDeclarationAfterDeclaratorAndAttributes()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclTemplate.h1851 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 DDeclCXX.h2857 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 DDeclCXX.cpp2840 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 DParser.h1520 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 DSemaTemplate.cpp9874 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 DSemaDeclCXX.cpp16342 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 DModuleMap.cpp2195 SourceLocation ExternLoc = consumeToken(); // 'extern' keyword in parseExternModuleDecl() local
2235 FileID(), nullptr, ExternLoc); in parseExternModuleDecl()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp2427 ExplicitInfo->ExternLoc = readSourceLocation(); in VisitClassTemplateSpecializationDeclImpl()
2504 ExplicitInfo->ExternLoc = readSourceLocation(); in VisitVarTemplateSpecializationDeclImpl()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h7518 SourceLocation ExternLoc,
8290 Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc,
8296 DeclResult ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc,
8304 SourceLocation ExternLoc,