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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp60 SourceLocation InlineLoc) {
99 Info.InlineLoc = ConsumeToken();
101 FirstNestedInlineLoc = Info.InlineLoc;
130 if (InlineLoc.isValid())
131 Diag(InlineLoc, diag::err_inline_namespace_alias)
132 << FixItHint::CreateRemoval(InlineLoc);
156 } else if (InlineLoc.isValid()) {
157 Diag(InlineLoc, diag::err_inline_nested_namespace_definition);
183 if (ExtraNS.InlineLoc.isValid())
207 if (InlineLoc
58 ParseNamespace(DeclaratorContext Context, SourceLocation &DeclEnd, SourceLocation InlineLoc) argument
237 ParseInnerNamespace(const InnerNamespaceInfoList &InnerNSs, unsigned int index, SourceLocation &InlineLoc, ParsedAttributes &attrs, BalancedDelimiterTracker &Tracker) argument
[all...]
H A DParseDecl.cpp1764 SourceLocation InlineLoc = ConsumeToken(); local
1765 return ParseNamespace(Context, DeclEnd, InlineLoc);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2803 SourceLocation InlineLoc = SourceLocation());
2807 SourceLocation InlineLoc; member in struct:clang::InnerNamespaceInfo
2814 unsigned int index, SourceLocation &InlineLoc,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp10502 Scope *NamespcScope, SourceLocation InlineLoc, SourceLocation NamespaceLoc,
10505 SourceLocation StartLoc = InlineLoc.isValid() ? InlineLoc : NamespaceLoc;
10508 bool IsInline = InlineLoc.isValid();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5083 Decl *ActOnStartNamespaceDef(Scope *S, SourceLocation InlineLoc,

Completed in 169 milliseconds