reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTImporter.cpp
 8221   while (NNS) {
 8222     NestedNames.push_back(NNS);
 8223     NNS = NNS.getPrefix();
 8223     NNS = NNS.getPrefix();
 8229     NNS = NestedNames.pop_back_val();
 8231     if (Error Err = importInto(Spec, NNS.getNestedNameSpecifier()))
 8238       if (Error Err = importInto(ToLocalBeginLoc, NNS.getLocalBeginLoc()))
 8242         if (Error Err = importInto(ToLocalEndLoc, NNS.getLocalEndLoc()))
 8265       if (Error Err = importInto(ToTLoc, NNS.getTypeLoc().getBeginLoc()))
 8279       auto ToSourceRangeOrErr = Import(NNS.getSourceRange());