Lines Matching refs:NestedNameSpecifierLoc
331 void add(NestedNameSpecifierLoc From, syntax::Tree *To) {
342 syntax::Tree *find(NestedNameSpecifierLoc P) const {
348 llvm::DenseMap<NestedNameSpecifierLoc, syntax::Tree *> NNSNodes;
397 NestedNameSpecifierLoc From) {
437 void markChild(NestedNameSpecifierLoc N, NodeRole R);
927 // FIXME: Fix `NestedNameSpecifierLoc::getLocalSourceRange` for the
933 SourceRange getLocalSourceRange(const NestedNameSpecifierLoc &NNSLoc) {
936 // The method `NestedNameSpecifierLoc::getLocalSourceRange` *should*
982 buildNameSpecifier(const NestedNameSpecifierLoc &NNSLoc) {
1024 // To build syntax tree nodes for NestedNameSpecifierLoc we override
1028 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc QualifierLoc) {
1044 syntax::IdExpression *buildIdExpression(NestedNameSpecifierLoc QualifierLoc,
1711 void syntax::TreeBuilder::markChild(NestedNameSpecifierLoc NNSLoc, NodeRole R) {