Searched defs:InlineLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp60 SourceLocation InlineLoc) {
116 if (InlineLoc.isValid())
117 Diag(InlineLoc, diag::err_inline_namespace_alias)
118 << FixItHint::CreateRemoval(InlineLoc);
142 } else if (InlineLoc.isValid()) {
143 Diag(InlineLoc, diag::err_inline_nested_namespace_definition);
177 if (InlineLoc.isValid())
178 Diag(InlineLoc, getLangOpts().CPlusPlus11 ?
186 Actions.ActOnStartNamespaceDef(getCurScope(), InlineLoc, NamespaceLoc,
196 InlineLoc, attr
58 ParseNamespace(unsigned Context, SourceLocation &DeclEnd, SourceLocation InlineLoc) argument
209 ParseInnerNamespace(std::vector<SourceLocation> &IdentLoc, std::vector<IdentifierInfo *> &Ident, std::vector<SourceLocation> &NamespaceLoc, unsigned int index, SourceLocation &InlineLoc, ParsedAttributes &attrs, BalancedDelimiterTracker &Tracker) argument
[all...]
H A DParseDecl.cpp1498 SourceLocation InlineLoc = ConsumeToken(); local
1499 return ParseNamespace(Context, DeclEnd, InlineLoc);
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp7332 SourceLocation InlineLoc,
7339 SourceLocation StartLoc = InlineLoc.isValid() ? InlineLoc : NamespaceLoc;
7342 bool IsInline = InlineLoc.isValid();
7331 ActOnStartNamespaceDef(Scope *NamespcScope, SourceLocation InlineLoc, SourceLocation NamespaceLoc, SourceLocation IdentLoc, IdentifierInfo *II, SourceLocation LBrace, AttributeList *AttrList, UsingDirectiveDecl *&UD) argument

Completed in 203 milliseconds