Searched defs:ExternLoc (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1593 ParseExplicitInstantiation(DeclaratorContext Context, SourceLocation ExternLoc, SourceLocation TemplateLoc, SourceLocation &DeclEnd, ParsedAttributes &AccessAttrs, AccessSpecifier AS) argument
H A DParser.cpp906 SourceLocation ExternLoc = ConsumeToken(); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1827 SourceLocation ExternLoc; member in struct:clang::ClassTemplateSpecializationDecl::ExplicitSpecializationInfo
2681 SourceLocation ExternLoc; member in struct:clang::VarTemplateSpecializationDecl::ExplicitSpecializationInfo
H A DDeclCXX.h2791 SourceLocation ExternLoc; member in class:clang::LinkageSpecDecl
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp2108 SourceLocation ExternLoc = consumeToken(); // 'extern' keyword local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1418 explicit ParsedTemplateInfo(SourceLocation ExternLoc, argument
1442 SourceLocation ExternLoc; member in struct:clang::ParsedTemplateInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9576 Sema::ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc, argument
9276 ActOnExplicitInstantiation( Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc, unsigned TagSpec, SourceLocation KWLoc, const CXXScopeSpec &SS, TemplateTy TemplateD, SourceLocation TemplateNameLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc, const ParsedAttributesView &Attr) argument
9690 ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc, Declarator &D) argument

Completed in 129 milliseconds