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

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp59 SourceLocation InlineLoc) {
104 if (InlineLoc.isValid())
105 Diag(InlineLoc, diag::err_inline_namespace_alias)
106 << FixItHint::CreateRemoval(InlineLoc);
168 if (InlineLoc.isValid())
169 Diag(InlineLoc, getLangOpts().CPlusPlus11 ?
176 Actions.ActOnStartNamespaceDef(getCurScope(), InlineLoc, NamespaceLoc,
186 InlineLoc, attrs, T);
201 unsigned int index, SourceLocation& InlineLoc,
227 ParseInnerNamespace(IdentLoc, Ident, NamespaceLoc, ++index, InlineLoc,
57 ParseNamespace(unsigned Context, SourceLocation &DeclEnd, SourceLocation InlineLoc) argument
198 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.cpp1306 SourceLocation InlineLoc = ConsumeToken(); local
1307 SingleDecl = ParseNamespace(Context, DeclEnd, InlineLoc);
/external/clang/include/clang/Parse/
H A DParser.h2240 SourceLocation InlineLoc = SourceLocation());
2244 unsigned int index, SourceLocation& InlineLoc,
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp6698 SourceLocation InlineLoc,
6704 SourceLocation StartLoc = InlineLoc.isValid() ? InlineLoc : NamespaceLoc;
6707 bool IsInline = InlineLoc.isValid();
6697 ActOnStartNamespaceDef(Scope *NamespcScope, SourceLocation InlineLoc, SourceLocation NamespaceLoc, SourceLocation IdentLoc, IdentifierInfo *II, SourceLocation LBrace, AttributeList *AttrList) argument
/external/clang/include/clang/Sema/
H A DSema.h3762 Decl *ActOnStartNamespaceDef(Scope *S, SourceLocation InlineLoc,

Completed in 1260 milliseconds