Searched refs:InlineLoc (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 112 Info.InlineLoc = ConsumeToken(); in ParseNamespace() 114 FirstNestedInlineLoc = Info.InlineLoc; in ParseNamespace() 141 if (InlineLoc.isValid()) in ParseNamespace() 142 Diag(InlineLoc, diag::err_inline_namespace_alias) in ParseNamespace() 143 << FixItHint::CreateRemoval(InlineLoc); in ParseNamespace() 167 } else if (InlineLoc.isValid()) { in ParseNamespace() 194 if (ExtraNS.InlineLoc.isValid()) in ParseNamespace() 218 if (InlineLoc.isValid()) in ParseNamespace() 219 Diag(InlineLoc, getLangOpts().CPlusPlus11 in ParseNamespace() 228 getCurScope(), InlineLoc, NamespaceLoc, IdentLoc, Ident, in ParseNamespace() [all …]
|
| H A D | ParseDecl.cpp | 1785 SourceLocation InlineLoc = ConsumeToken(); in ParseDeclaration() local 1786 return ParseNamespace(Context, DeclEnd, InlineLoc); in ParseDeclaration()
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 3029 SourceLocation InlineLoc = SourceLocation()); 3033 SourceLocation InlineLoc; member 3040 unsigned int index, SourceLocation &InlineLoc,
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 11115 Scope *NamespcScope, SourceLocation InlineLoc, SourceLocation NamespaceLoc, in ActOnStartNamespaceDef() argument 11118 SourceLocation StartLoc = InlineLoc.isValid() ? InlineLoc : NamespaceLoc; in ActOnStartNamespaceDef() 11121 bool IsInline = InlineLoc.isValid(); in ActOnStartNamespaceDef()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 5932 Decl *ActOnStartNamespaceDef(Scope *S, SourceLocation InlineLoc,
|