Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp1597 SourceLocation ExternLoc, in ParseExplicitInstantiation()
H A DParser.cpp944 SourceLocation ExternLoc = ConsumeToken(); in ParseExternalDeclaration() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2809 LinkageSpecDecl::LinkageSpecDecl(DeclContext *DC, SourceLocation ExternLoc, in LinkageSpecDecl()
2822 SourceLocation ExternLoc, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp2141 SourceLocation ExternLoc = consumeToken(); // 'extern' keyword in parseExternModuleDecl() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp9512 Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc, in ActOnExplicitInstantiation()
9816 Sema::ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc, in ActOnExplicitInstantiation()
9931 SourceLocation ExternLoc, in ActOnExplicitInstantiation()
H A DSemaDeclCXX.cpp15847 Decl *Sema::ActOnStartLinkageSpecification(Scope *S, SourceLocation ExternLoc, in ActOnStartLinkageSpecification()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1510 SourceLocation ExternLoc; member