Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseTemplate.cpp1663 SourceLocation ExternLoc, in ParseExplicitInstantiation()
H A DParser.cpp1008 SourceLocation ExternLoc = ConsumeToken(); in ParseExternalDeclaration() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp2840 LinkageSpecDecl::LinkageSpecDecl(DeclContext *DC, SourceLocation ExternLoc, in LinkageSpecDecl()
2853 SourceLocation ExternLoc, in Create()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp2195 SourceLocation ExternLoc = consumeToken(); // 'extern' keyword in parseExternModuleDecl() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp9874 Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc, in ActOnExplicitInstantiation()
10174 Sema::ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc, in ActOnExplicitInstantiation()
10287 SourceLocation ExternLoc, in ActOnExplicitInstantiation()
H A DSemaDeclCXX.cpp16342 Decl *Sema::ActOnStartLinkageSpecification(Scope *S, SourceLocation ExternLoc, in ActOnStartLinkageSpecification()
/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1544 SourceLocation ExternLoc; member