Home | History | Annotate | Download | only in Sema

Lines Matching defs:Prefix

96     // code below is permitted to look at the prefix of the
107 NestedNameSpecifier *Prefix = 0;
110 } else if (LookAtPrefix && (Prefix = NNS->getPrefix())) {
112 PrefixSS.Adopt(NestedNameSpecifierLoc(Prefix, SS.location_data()));