HomeSort by relevance Sort by last modified time
    Searched defs:NamespaceLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Parse/
ParseDeclCXX.cpp 58 SourceLocation NamespaceLoc = ConsumeToken(); // eat the 'namespace'.
104 return ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
169 Actions.ActOnStartNamespaceDef(getCurScope(), InlineLoc, NamespaceLoc,
173 PrettyDeclStackTraceEntry CrashInfo(Actions, NamespcDecl, NamespaceLoc,
193 std::vector<SourceLocation>& NamespaceLoc,
216 NamespaceLoc[index], IdentLoc[index],
220 ParseInnerNamespace(IdentLoc, Ident, NamespaceLoc, ++index, InlineLoc,
231 Decl *Parser::ParseNamespaceAlias(SourceLocation NamespaceLoc,
265 return Actions.ActOnNamespaceAliasDef(getCurScope(), NamespaceLoc, AliasLoc, Alias,
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]

Completed in 108 milliseconds