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

References

tools/clang/include/clang/AST/ASTContext.h
 1951     const Type *Ptr = Qc.strip(T);
tools/clang/lib/AST/ASTContext.cpp
 2752   const Type *TypeNode = Quals.strip(T);
 2767   const Type *TypeNode = Quals.strip(T);
 2801   const Type *TypeNode = Quals.strip(T);
tools/clang/lib/AST/ASTDiagnostic.cpp
   32     const Type *Ty = QC.strip(QT);
tools/clang/lib/AST/Type.cpp
  373     const Type *CurTy = Qs.strip(Cur);
tools/clang/lib/CodeGen/CGDebugInfo.cpp
  833   const Type *T = Qc.strip(Ty);
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4448   const Type *NonQualTy = QC.strip(ArgType);
 4487   const Type *NonQualTy = QC.strip(NativeParamType);
tools/clang/lib/Sema/SemaDecl.cpp
 5745   const Type *Ty = Qs.strip(T);
10705       if ((PT = qs.strip(AT)->getAs<PointerType>()) &&
10706           (PT = qs.strip(PT->getPointeeType())->getAs<PointerType>()) &&
10707           Context.hasSameType(QualType(qs.strip(PT->getPointeeType()), 0),
tools/clang/lib/Sema/SemaOverload.cpp
 8835       C1 = QualType(Q1.strip(C1Ty->getPointeeType()), 0);
10279     Qs.strip(Param);