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

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp53 SourceLocation InlineLoc) {
92 if (InlineLoc.isValid())
93 Diag(InlineLoc, diag::err_inline_namespace_alias)
94 << FixItHint::CreateRemoval(InlineLoc);
152 if (InlineLoc.isValid())
153 Diag(InlineLoc, getLangOpts().CPlusPlus0x ?
160 Actions.ActOnStartNamespaceDef(getCurScope(), InlineLoc, NamespaceLoc,
170 InlineLoc, attrs, T);
185 unsigned int index, SourceLocation& InlineLoc,
211 ParseInnerNamespace(IdentLoc, Ident, NamespaceLoc, ++index, InlineLoc,
51 ParseNamespace(unsigned Context, SourceLocation &DeclEnd, SourceLocation InlineLoc) argument
182 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.cpp1172 SourceLocation InlineLoc = ConsumeToken(); local
1173 SingleDecl = ParseNamespace(Context, DeclEnd, InlineLoc);
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5333 SourceLocation InlineLoc,
5339 SourceLocation StartLoc = InlineLoc.isValid() ? InlineLoc : NamespaceLoc;
5342 bool IsInline = InlineLoc.isValid();
5332 ActOnStartNamespaceDef(Scope *NamespcScope, SourceLocation InlineLoc, SourceLocation NamespaceLoc, SourceLocation IdentLoc, IdentifierInfo *II, SourceLocation LBrace, AttributeList *AttrList) argument

Completed in 103 milliseconds