/llvm-project/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 1596 ParseExplicitInstantiation(DeclaratorContext Context,SourceLocation ExternLoc,SourceLocation TemplateLoc,SourceLocation & DeclEnd,ParsedAttributes & AccessAttrs,AccessSpecifier AS) ParseExplicitInstantiation() argument
|
H A D | Parser.cpp | 1041 SourceLocation ExternLoc = ConsumeToken(); ParseExternalDeclaration() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2908 LinkageSpecDecl(DeclContext * DC,SourceLocation ExternLoc,SourceLocation LangLoc,LinkageSpecLanguageIDs lang,bool HasBraces) LinkageSpecDecl() argument 2920 Create(ASTContext & C,DeclContext * DC,SourceLocation ExternLoc,SourceLocation LangLoc,LinkageSpecLanguageIDs Lang,bool HasBraces) Create() argument
|
/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 2257 SourceLocation ExternLoc = consumeToken(); // 'extern' keyword parseExternModuleDecl() local
|
/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1609 SourceLocation ExternLoc; global() member
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 10615 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) ActOnExplicitInstantiation() argument 10909 ActOnExplicitInstantiation(Scope * S,SourceLocation ExternLoc,SourceLocation TemplateLoc,unsigned TagSpec,SourceLocation KWLoc,CXXScopeSpec & SS,IdentifierInfo * Name,SourceLocation NameLoc,const ParsedAttributesView & Attr) ActOnExplicitInstantiation() argument 11024 ActOnExplicitInstantiation(Scope * S,SourceLocation ExternLoc,SourceLocation TemplateLoc,Declarator & D) ActOnExplicitInstantiation() argument [all...] |
H A D | SemaDeclCXX.cpp | 16611 ActOnStartLinkageSpecification(Scope * S,SourceLocation ExternLoc,Expr * LangStr,SourceLocation LBraceLoc) ActOnStartLinkageSpecification() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 2940 SourceLocation ExternLoc; global() variable
|