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

Declarations

tools/clang/include/clang/AST/Type.h
 6133   QualType apply(const ASTContext &Context, QualType QT) const;

References

tools/clang/lib/AST/ASTDiagnostic.cpp
  204   return QC.apply(Context, QT);
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4464   ArgType = QC.apply(CGM.getContext(), ArgType);
tools/clang/lib/Sema/SemaDecl.cpp
 5754     return Qs.apply(Context, FixedType);
 5763     return Qs.apply(Context, FixedType);
tools/clang/lib/Sema/SemaOverload.cpp
 8863         T = Q1.apply(S.Context, T);