Home
last modified time | relevance | path

Searched refs:ExtraIdentLoc (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseDeclCXX.cpp69 std::vector<SourceLocation> ExtraIdentLoc; in ParseNamespace() local
81 ExtraIdentLoc.push_back(ConsumeToken()); in ParseNamespace()
112 << SourceRange(ExtraNamespaceLoc.front(), ExtraIdentLoc.back()); in ParseNamespace()
124 << SourceRange(ExtraNamespaceLoc.front(), ExtraIdentLoc.back()); in ParseNamespace()
139 << SourceRange(ExtraNamespaceLoc.front(), ExtraIdentLoc.back()); in ParseNamespace()
154 ExtraIdentLoc.back()), in ParseNamespace()
178 ParseInnerNamespace(ExtraIdentLoc, ExtraIdent, ExtraNamespaceLoc, 0, in ParseNamespace()