HomeSort by relevance Sort by last modified time
    Searched full:getfullyqualifiedtype (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/Tooling/Core/
QualTypeNames.cpp 35 static QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx,
123 QualType QTFQ = getFullyQualifiedType(SubTy, Ctx, WithGlobalNsPrefix);
384 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx,
391 QT = getFullyQualifiedType(QT->getPointeeType(), Ctx, WithGlobalNsPrefix);
404 QT = getFullyQualifiedType(QT->getPointeeType(), Ctx, WithGlobalNsPrefix);
474 QualType FQQT = getFullyQualifiedType(QT, Ctx, WithGlobalNsPrefix);

Completed in 563 milliseconds