Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1690 ParseExplicitInstantiation(DeclaratorContext Context,SourceLocation ExternLoc,SourceLocation TemplateLoc,SourceLocation & DeclEnd,ParsedAttributes & AccessAttrs,AccessSpecifier AS) ParseExplicitInstantiation() argument
H A DParser.cpp1037 SourceLocation ExternLoc = ConsumeToken(); ParseExternalDeclaration() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2894 LinkageSpecDecl(DeclContext * DC,SourceLocation ExternLoc,SourceLocation LangLoc,LinkageSpecLanguageIDs lang,bool HasBraces) LinkageSpecDecl() argument
2906 Create(ASTContext & C,DeclContext * DC,SourceLocation ExternLoc,SourceLocation LangLoc,LinkageSpecLanguageIDs Lang,bool HasBraces) Create() argument
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp2250 SourceLocation ExternLoc = consumeToken(); // 'extern' keyword parseExternModuleDecl() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1564 SourceLocation ExternLoc; global() member
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp10171 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
10478 ActOnExplicitInstantiation(Scope * S,SourceLocation ExternLoc,SourceLocation TemplateLoc,unsigned TagSpec,SourceLocation KWLoc,CXXScopeSpec & SS,IdentifierInfo * Name,SourceLocation NameLoc,const ParsedAttributesView & Attr) ActOnExplicitInstantiation() argument
10591 ActOnExplicitInstantiation(Scope * S,SourceLocation ExternLoc,SourceLocation TemplateLoc,Declarator & D) ActOnExplicitInstantiation() argument
[all...]
H A DSemaDeclCXX.cpp16804 ActOnStartLinkageSpecification(Scope * S,SourceLocation ExternLoc,Expr * LangStr,SourceLocation LBraceLoc) ActOnStartLinkageSpecification() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2933 SourceLocation ExternLoc; global() variable