HomeSort by: relevance | last modified time | path
    Searched refs:ExternLoc (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTemplate.cpp 1597 SourceLocation ExternLoc,
1607 Context, ParsedTemplateInfo(ExternLoc, TemplateLoc),
1617 if (ExternLoc.isValid())
1618 R.setBegin(ExternLoc);
Parser.cpp 944 SourceLocation ExternLoc = ConsumeToken();
946 Diag(ExternLoc, getLangOpts().CPlusPlus11 ?
948 diag::ext_extern_template) << SourceRange(ExternLoc, TemplateLoc);
951 DeclaratorContext::File, ExternLoc, TemplateLoc, DeclEnd, attrs));
ParseDeclCXX.cpp 1615 const_cast<ParsedTemplateInfo &>(TemplateInfo).ExternLoc =
1843 getCurScope(), TemplateInfo.ExternLoc, TemplateInfo.TemplateLoc,
1924 getCurScope(), TemplateInfo.ExternLoc, TemplateInfo.TemplateLoc,
ParseDecl.cpp 2282 getCurScope(), TemplateInfo.ExternLoc, TemplateInfo.TemplateLoc, D);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 2807 SourceLocation ExternLoc;
2812 LinkageSpecDecl(DeclContext *DC, SourceLocation ExternLoc,
2817 SourceLocation ExternLoc,
2837 SourceLocation getExternLoc() const { return ExternLoc; }
2839 void setExternLoc(SourceLocation L) { ExternLoc = L; }
2854 return SourceRange(ExternLoc, getEndLoc());
DeclTemplate.h 1824 SourceLocation ExternLoc;
2027 return ExplicitInfo ? ExplicitInfo->ExternLoc : SourceLocation();
2034 ExplicitInfo->ExternLoc = Loc;
2686 SourceLocation ExternLoc;
2879 return ExplicitInfo ? ExplicitInfo->ExternLoc : SourceLocation();
2886 ExplicitInfo->ExternLoc = Loc;
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1486 explicit ParsedTemplateInfo(SourceLocation ExternLoc,
1489 ExternLoc(ExternLoc), TemplateLoc(TemplateLoc),
1510 SourceLocation ExternLoc;
3426 SourceLocation ExternLoc,
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp 2809 LinkageSpecDecl::LinkageSpecDecl(DeclContext *DC, SourceLocation ExternLoc,
2813 ExternLoc(ExternLoc), RBraceLoc(SourceLocation()) {
2822 SourceLocation ExternLoc,
2826 return new (C, DC) LinkageSpecDecl(DC, ExternLoc, LangLoc, Lang, HasBraces);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 9512 Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc,
9551 TemplateSpecializationKind TSK = ExternLoc.isInvalid()
9561 Diag(ExternLoc,
9569 Diag(ExternLoc,
9700 Specialization->setExternLoc(ExternLoc);
9816 Sema::ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc,
9866 = ExternLoc.isInvalid()? TSK_ExplicitInstantiationDefinition
9931 SourceLocation ExternLoc,
10005 = ExternLoc.isInvalid()? TSK_ExplicitInstantiationDefinition
SemaDeclCXX.cpp 15843 /// the '{'. ExternLoc is the location of the 'extern', Lang is the
15847 Decl *Sema::ActOnStartLinkageSpecification(Scope *S, SourceLocation ExternLoc,
15871 LinkageSpecDecl *D = LinkageSpecDecl::Create(Context, CurContext, ExternLoc,
  /src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp 2141 SourceLocation ExternLoc = consumeToken(); // 'extern' keyword
2181 FileID(), nullptr, ExternLoc);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 6905 SourceLocation ExternLoc,
7668 Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc,
7674 DeclResult ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc,
7682 SourceLocation ExternLoc,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 2218 ExplicitInfo->ExternLoc = readSourceLocation();
2297 ExplicitInfo->ExternLoc = readSourceLocation();

Completed in 58 milliseconds