Home
last modified time | relevance | path

Searched refs:InlineLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp99 Info.InlineLoc = ConsumeToken(); in ParseNamespace()
101 FirstNestedInlineLoc = Info.InlineLoc; in ParseNamespace()
130 if (InlineLoc.isValid()) in ParseNamespace()
131 Diag(InlineLoc, diag::err_inline_namespace_alias) in ParseNamespace()
132 << FixItHint::CreateRemoval(InlineLoc); in ParseNamespace()
156 } else if (InlineLoc.isValid()) { in ParseNamespace()
183 if (ExtraNS.InlineLoc.isValid()) in ParseNamespace()
207 if (InlineLoc.isValid()) in ParseNamespace()
208 Diag(InlineLoc, getLangOpts().CPlusPlus11 ? in ParseNamespace()
216 getCurScope(), InlineLoc, NamespaceLoc, IdentLoc, Ident, in ParseNamespace()
[all …]
H A DParseDecl.cpp1689 SourceLocation InlineLoc = ConsumeToken(); in ParseDeclaration() local
1690 return ParseNamespace(Context, DeclEnd, InlineLoc); in ParseDeclaration()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2663 SourceLocation InlineLoc = SourceLocation());
2667 SourceLocation InlineLoc; member
2674 unsigned int index, SourceLocation &InlineLoc,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp8840 Scope *NamespcScope, SourceLocation InlineLoc, SourceLocation NamespaceLoc, in ActOnStartNamespaceDef() argument
8843 SourceLocation StartLoc = InlineLoc.isValid() ? InlineLoc : NamespaceLoc; in ActOnStartNamespaceDef()
8846 bool IsInline = InlineLoc.isValid(); in ActOnStartNamespaceDef()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4580 Decl *ActOnStartNamespaceDef(Scope *S, SourceLocation InlineLoc,