Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp1724 SourceLocation InlineLoc = ConsumeToken(); in ParseDeclaration() local
1725 return ParseNamespace(Context, DeclEnd, InlineLoc); in ParseDeclaration()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3047 SourceLocation InlineLoc = SourceLocation());
3051 SourceLocation InlineLoc; member
3058 unsigned int index, SourceLocation &InlineLoc,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp10915 Scope *NamespcScope, SourceLocation InlineLoc, SourceLocation NamespaceLoc, in ActOnStartNamespaceDef() argument
10918 SourceLocation StartLoc = InlineLoc.isValid() ? InlineLoc : NamespaceLoc; in ActOnStartNamespaceDef()
10921 bool IsInline = InlineLoc.isValid(); in ActOnStartNamespaceDef()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5650 Decl *ActOnStartNamespaceDef(Scope *S, SourceLocation InlineLoc,