Home
last modified time | relevance | path

Searched defs:ExternLoc (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1596 ParseExplicitInstantiation(DeclaratorContext Context,SourceLocation ExternLoc,SourceLocation TemplateLoc,SourceLocation & DeclEnd,ParsedAttributes & AccessAttrs,AccessSpecifier AS) ParseExplicitInstantiation() argument
H A DParser.cpp1041 SourceLocation ExternLoc = ConsumeToken(); ParseExternalDeclaration() local
/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2908 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 DModuleMap.cpp2257 SourceLocation ExternLoc = consumeToken(); // 'extern' keyword parseExternModuleDecl() local
/llvm-project/clang/include/clang/Parse/
H A DParser.h1609 SourceLocation ExternLoc; global() member
/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp10615 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 DSemaDeclCXX.cpp16611 ActOnStartLinkageSpecification(Scope * S,SourceLocation ExternLoc,Expr * LangStr,SourceLocation LBraceLoc) ActOnStartLinkageSpecification() argument
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2940 SourceLocation ExternLoc; global() variable