Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1579 DeclaratorContext Context, SourceLocation ExternLoc, in ParseExplicitInstantiation()
H A DParser.cpp1041 SourceLocation ExternLoc = ConsumeToken(); in ParseExternalDeclaration() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2947 LinkageSpecDecl::LinkageSpecDecl(DeclContext *DC, SourceLocation ExternLoc, in LinkageSpecDecl()
2959 SourceLocation ExternLoc, in Create()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp2257 SourceLocation ExternLoc = consumeToken(); // 'extern' keyword in parseExternModuleDecl() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9403 Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc, in ActOnExplicitInstantiation()
9697 Sema::ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc, in ActOnExplicitInstantiation()
9812 SourceLocation ExternLoc, in ActOnExplicitInstantiation()
H A DSemaDeclCXX.cpp16670 Decl *Sema::ActOnStartLinkageSpecification(Scope *S, SourceLocation ExternLoc, in ActOnStartLinkageSpecification() argument
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1609 SourceLocation ExternLoc; member
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2947 SourceLocation ExternLoc; variable