Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp114 Info.InlineLoc = ConsumeToken(); in ParseNamespace()
116 FirstNestedInlineLoc = Info.InlineLoc; in ParseNamespace()
143 if (InlineLoc.isValid()) in ParseNamespace()
144 Diag(InlineLoc, diag::err_inline_namespace_alias) in ParseNamespace()
145 << FixItHint::CreateRemoval(InlineLoc); in ParseNamespace()
169 } else if (InlineLoc.isValid()) { in ParseNamespace()
196 if (ExtraNS.InlineLoc.isValid()) in ParseNamespace()
220 if (InlineLoc.isValid()) in ParseNamespace()
221 Diag(InlineLoc, getLangOpts().CPlusPlus11 in ParseNamespace()
230 getCurScope(), InlineLoc, NamespaceLoc, IdentLoc, Ident, in ParseNamespace()
[all …]
H A DParseDecl.cpp1794 SourceLocation InlineLoc = ConsumeToken(); in ParseDeclaration() local
1795 return ParseNamespace(Context, DeclEnd, InlineLoc); in ParseDeclaration()
/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h3130 SourceLocation InlineLoc = SourceLocation());
3134 SourceLocation InlineLoc; member
3141 unsigned int index, SourceLocation &InlineLoc,
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp11209 SourceLocation InlineLoc, in ActOnStartNamespaceDef() argument
11215 SourceLocation StartLoc = InlineLoc.isValid() ? InlineLoc : NamespaceLoc; in ActOnStartNamespaceDef()
11218 bool IsInline = InlineLoc.isValid(); in ActOnStartNamespaceDef()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6081 Decl *ActOnStartNamespaceDef(Scope *S, SourceLocation InlineLoc,