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

Declarations

tools/clang/include/clang/AST/QualTypeNames.h
   88 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx,

References

tools/clang/lib/AST/QualTypeNames.cpp
  107     QualType QTFQ = getFullyQualifiedType(SubTy, Ctx, WithGlobalNsPrefix);
  375     QT = getFullyQualifiedType(QT->getPointeeType(), Ctx, WithGlobalNsPrefix);
  386     QT = getFullyQualifiedType(QT->getPointeeType(), Ctx, WithGlobalNsPrefix);
  387     QualType Class = getFullyQualifiedType(QualType(MPT->getClass(), 0), Ctx,
  401     QT = getFullyQualifiedType(QT->getPointeeType(), Ctx, WithGlobalNsPrefix);
  467   QualType FQQT = getFullyQualifiedType(QT, Ctx, WithGlobalNsPrefix);
tools/clang/lib/Sema/SemaCodeComplete.cpp
 2612     T = clang::TypeName::getFullyQualifiedType(T, Context);