Home
last modified time | relevance | path

Searched refs:ExternLoc (Results 1 – 14 of 14) sorted by relevance

/external/clang/include/clang/AST/
DDeclCXX.h2480 SourceLocation ExternLoc; variable
2484 LinkageSpecDecl(DeclContext *DC, SourceLocation ExternLoc, in LinkageSpecDecl() argument
2487 Language(lang), HasBraces(HasBraces), ExternLoc(ExternLoc), in LinkageSpecDecl()
2492 SourceLocation ExternLoc,
2509 SourceLocation getExternLoc() const { return ExternLoc; } in getExternLoc()
2511 void setExternLoc(SourceLocation L) { ExternLoc = L; } in setExternLoc()
2526 return SourceRange(ExternLoc, getLocEnd()); in getSourceRange()
DDeclTemplate.h1552 SourceLocation ExternLoc;
1557 : TypeAsWritten(nullptr), ExternLoc(), TemplateKeywordLoc() {}
1738 return ExplicitInfo ? ExplicitInfo->ExternLoc : SourceLocation();
1744 ExplicitInfo->ExternLoc = Loc;
2406 SourceLocation ExternLoc;
2411 : TypeAsWritten(nullptr), ExternLoc(), TemplateKeywordLoc() {}
2588 return ExplicitInfo ? ExplicitInfo->ExternLoc : SourceLocation();
2594 ExplicitInfo->ExternLoc = Loc;
/external/clang/lib/Parse/
DParseTemplate.cpp1283 SourceLocation ExternLoc, in ParseExplicitInstantiation() argument
1292 ParsedTemplateInfo(ExternLoc, in ParseExplicitInstantiation()
1304 if (ExternLoc.isValid()) in getSourceRange()
1305 R.setBegin(ExternLoc); in getSourceRange()
DParser.cpp781 SourceLocation ExternLoc = ConsumeToken(); in ParseExternalDeclaration() local
783 Diag(ExternLoc, getLangOpts().CPlusPlus11 ? in ParseExternalDeclaration()
785 diag::ext_extern_template) << SourceRange(ExternLoc, TemplateLoc); in ParseExternalDeclaration()
789 ExternLoc, TemplateLoc, DeclEnd)); in ParseExternalDeclaration()
DParseDeclCXX.cpp1414 const_cast<ParsedTemplateInfo&>(TemplateInfo).ExternLoc in ParseClassSpecifier()
1603 TemplateInfo.ExternLoc, in ParseClassSpecifier()
1691 TemplateInfo.ExternLoc, in ParseClassSpecifier()
DParseDecl.cpp1950 getCurScope(), TemplateInfo.ExternLoc, TemplateInfo.TemplateLoc, D); in ParseDeclarationAfterDeclaratorAndAttributes()
/external/clang/include/clang/Parse/
DParser.h1134 explicit ParsedTemplateInfo(SourceLocation ExternLoc, in ParsedTemplateInfo()
1137 ExternLoc(ExternLoc), TemplateLoc(TemplateLoc), in ParsedTemplateInfo()
1158 SourceLocation ExternLoc; member
2554 SourceLocation ExternLoc,
/external/clang/lib/Sema/
DSemaTemplate.cpp7245 SourceLocation ExternLoc, in ActOnExplicitInstantiation() argument
7290 TemplateSpecializationKind TSK = ExternLoc.isInvalid() in ActOnExplicitInstantiation()
7298 Diag(ExternLoc, in ActOnExplicitInstantiation()
7306 Diag(ExternLoc, in ActOnExplicitInstantiation()
7400 Specialization->setExternLoc(ExternLoc); in ActOnExplicitInstantiation()
7486 SourceLocation ExternLoc, in ActOnExplicitInstantiation() argument
7538 = ExternLoc.isInvalid()? TSK_ExplicitInstantiationDefinition in ActOnExplicitInstantiation()
7608 SourceLocation ExternLoc, in ActOnExplicitInstantiation() argument
7675 = ExternLoc.isInvalid()? TSK_ExplicitInstantiationDefinition in ActOnExplicitInstantiation()
DSemaDeclCXX.cpp11887 Decl *Sema::ActOnStartLinkageSpecification(Scope *S, SourceLocation ExternLoc, in ActOnStartLinkageSpecification() argument
11911 LinkageSpecDecl *D = LinkageSpecDecl::Create(Context, CurContext, ExternLoc, in ActOnStartLinkageSpecification()
/external/clang/lib/AST/
DDeclCXX.cpp1952 SourceLocation ExternLoc, in Create() argument
1956 return new (C, DC) LinkageSpecDecl(DC, ExternLoc, LangLoc, Lang, HasBraces); in Create()
DASTImporter.cpp3641 SourceLocation ExternLoc = Importer.Import(D->getExternLoc()); in VisitLinkageSpecDecl() local
3649 ExternLoc, in VisitLinkageSpecDecl()
/external/clang/lib/Lex/
DModuleMap.cpp1566 SourceLocation ExternLoc = consumeToken(); // 'extern' keyword in parseExternModuleDecl() local
1605 : File->getDir(), ExternLoc); in parseExternModuleDecl()
/external/clang/include/clang/Sema/
DSema.h5152 SourceLocation ExternLoc,
5721 SourceLocation ExternLoc,
5735 SourceLocation ExternLoc,
5745 SourceLocation ExternLoc,
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1956 ExplicitInfo->ExternLoc = ReadSourceLocation(Record, Idx); in VisitClassTemplateSpecializationDeclImpl()
2035 ExplicitInfo->ExternLoc = ReadSourceLocation(Record, Idx); in VisitVarTemplateSpecializationDeclImpl()