Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp947 SourceLocation ExternLoc = ConsumeToken(); in ParseExternalDeclaration() local
949 Diag(ExternLoc, getLangOpts().CPlusPlus11 ? in ParseExternalDeclaration()
951 diag::ext_extern_template) << SourceRange(ExternLoc, TemplateLoc); in ParseExternalDeclaration()
954 DeclaratorContext::File, ExternLoc, TemplateLoc, DeclEnd, attrs)); in ParseExternalDeclaration()
H A DParseDeclCXX.cpp1651 const_cast<ParsedTemplateInfo &>(TemplateInfo).ExternLoc = in ParseClassSpecifier()
1883 getCurScope(), TemplateInfo.ExternLoc, TemplateInfo.TemplateLoc, in ParseClassSpecifier()
1964 getCurScope(), TemplateInfo.ExternLoc, TemplateInfo.TemplateLoc, in ParseClassSpecifier()
H A DParseDecl.cpp2289 getCurScope(), TemplateInfo.ExternLoc, TemplateInfo.TemplateLoc, D); in ParseDeclarationAfterDeclaratorAndAttributes()
/freebsd-13.1/contrib/llvm-project/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.h2809 SourceLocation ExternLoc;
2814 LinkageSpecDecl(DeclContext *DC, SourceLocation ExternLoc,
2819 SourceLocation ExternLoc,
2839 SourceLocation getExternLoc() const { return ExternLoc; } in getExternLoc()
2841 void setExternLoc(SourceLocation L) { ExternLoc = L; } in setExternLoc()
2856 return SourceRange(ExternLoc, getEndLoc()); in getSourceRange()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1487 explicit ParsedTemplateInfo(SourceLocation ExternLoc, in ParsedTemplateInfo()
1490 ExternLoc(ExternLoc), TemplateLoc(TemplateLoc), in ParsedTemplateInfo()
1511 SourceLocation ExternLoc; member
3455 SourceLocation ExternLoc,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2795 LinkageSpecDecl::LinkageSpecDecl(DeclContext *DC, SourceLocation ExternLoc, in LinkageSpecDecl() argument
2799 ExternLoc(ExternLoc), RBraceLoc(SourceLocation()) { in LinkageSpecDecl()
2808 SourceLocation ExternLoc, in Create() argument
2812 return new (C, DC) LinkageSpecDecl(DC, ExternLoc, LangLoc, Lang, HasBraces); in Create()
/freebsd-13.1/contrib/llvm-project/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.cpp16052 Decl *Sema::ActOnStartLinkageSpecification(Scope *S, SourceLocation ExternLoc, in ActOnStartLinkageSpecification() argument
16076 LinkageSpecDecl *D = LinkageSpecDecl::Create(Context, CurContext, ExternLoc, in ActOnStartLinkageSpecification()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp2141 SourceLocation ExternLoc = consumeToken(); // 'extern' keyword in parseExternModuleDecl() local
2181 FileID(), nullptr, ExternLoc); in parseExternModuleDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2236 ExplicitInfo->ExternLoc = readSourceLocation(); in VisitClassTemplateSpecializationDeclImpl()
2315 ExplicitInfo->ExternLoc = readSourceLocation(); in VisitVarTemplateSpecializationDeclImpl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6975 SourceLocation ExternLoc,
7738 Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc,
7744 DeclResult ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc,
7752 SourceLocation ExternLoc,