Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp1597 SourceLocation ExternLoc, in ParseExplicitInstantiation() argument
1607 Context, ParsedTemplateInfo(ExternLoc, TemplateLoc), in ParseExplicitInstantiation()
1617 if (ExternLoc.isValid()) in getSourceRange()
1618 R.setBegin(ExternLoc); in getSourceRange()
H A DParser.cpp944 SourceLocation ExternLoc = ConsumeToken(); in ParseExternalDeclaration() local
946 Diag(ExternLoc, getLangOpts().CPlusPlus11 ? in ParseExternalDeclaration()
948 diag::ext_extern_template) << SourceRange(ExternLoc, TemplateLoc); in ParseExternalDeclaration()
951 DeclaratorContext::File, ExternLoc, TemplateLoc, DeclEnd, attrs)); in ParseExternalDeclaration()
H A DParseDeclCXX.cpp1615 const_cast<ParsedTemplateInfo &>(TemplateInfo).ExternLoc = in ParseClassSpecifier()
1843 getCurScope(), TemplateInfo.ExternLoc, TemplateInfo.TemplateLoc, in ParseClassSpecifier()
1924 getCurScope(), TemplateInfo.ExternLoc, TemplateInfo.TemplateLoc, in ParseClassSpecifier()
H A DParseDecl.cpp2282 getCurScope(), TemplateInfo.ExternLoc, TemplateInfo.TemplateLoc, D); in ParseDeclarationAfterDeclaratorAndAttributes()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclTemplate.h1824 SourceLocation ExternLoc;
2027 return ExplicitInfo ? ExplicitInfo->ExternLoc : SourceLocation();
2034 ExplicitInfo->ExternLoc = Loc;
2686 SourceLocation ExternLoc;
2879 return ExplicitInfo ? ExplicitInfo->ExternLoc : SourceLocation();
2886 ExplicitInfo->ExternLoc = Loc;
H A DDeclCXX.h2807 SourceLocation ExternLoc;
2812 LinkageSpecDecl(DeclContext *DC, SourceLocation ExternLoc,
2817 SourceLocation ExternLoc,
2837 SourceLocation getExternLoc() const { return ExternLoc; } in getExternLoc()
2839 void setExternLoc(SourceLocation L) { ExternLoc = L; } in setExternLoc()
2854 return SourceRange(ExternLoc, getEndLoc()); in getSourceRange()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1486 explicit ParsedTemplateInfo(SourceLocation ExternLoc, in ParsedTemplateInfo()
1489 ExternLoc(ExternLoc), TemplateLoc(TemplateLoc), in ParsedTemplateInfo()
1510 SourceLocation ExternLoc; member
3426 SourceLocation ExternLoc,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2809 LinkageSpecDecl::LinkageSpecDecl(DeclContext *DC, SourceLocation ExternLoc, in LinkageSpecDecl() argument
2813 ExternLoc(ExternLoc), RBraceLoc(SourceLocation()) { in LinkageSpecDecl()
2822 SourceLocation ExternLoc, in Create() argument
2826 return new (C, DC) LinkageSpecDecl(DC, ExternLoc, LangLoc, Lang, HasBraces); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp9512 Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc, in ActOnExplicitInstantiation() argument
9551 TemplateSpecializationKind TSK = ExternLoc.isInvalid() in ActOnExplicitInstantiation()
9561 Diag(ExternLoc, in ActOnExplicitInstantiation()
9569 Diag(ExternLoc, in ActOnExplicitInstantiation()
9700 Specialization->setExternLoc(ExternLoc); in ActOnExplicitInstantiation()
9816 Sema::ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc, in ActOnExplicitInstantiation() argument
9866 = ExternLoc.isInvalid()? TSK_ExplicitInstantiationDefinition in ActOnExplicitInstantiation()
9931 SourceLocation ExternLoc, in ActOnExplicitInstantiation() argument
10005 = ExternLoc.isInvalid()? TSK_ExplicitInstantiationDefinition in ActOnExplicitInstantiation()
H A DSemaDeclCXX.cpp15847 Decl *Sema::ActOnStartLinkageSpecification(Scope *S, SourceLocation ExternLoc, in ActOnStartLinkageSpecification() argument
15871 LinkageSpecDecl *D = LinkageSpecDecl::Create(Context, CurContext, ExternLoc, in ActOnStartLinkageSpecification()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp2141 SourceLocation ExternLoc = consumeToken(); // 'extern' keyword in parseExternModuleDecl() local
2181 FileID(), nullptr, ExternLoc); in parseExternModuleDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2218 ExplicitInfo->ExternLoc = readSourceLocation(); in VisitClassTemplateSpecializationDeclImpl()
2297 ExplicitInfo->ExternLoc = readSourceLocation(); in VisitVarTemplateSpecializationDeclImpl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6905 SourceLocation ExternLoc,
7668 Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc,
7674 DeclResult ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc,
7682 SourceLocation ExternLoc,