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

References

tools/clang/include/clang/AST/ASTContext.h
 2330     return getCanonicalType(T1).getTypePtr() ==
 2331            getCanonicalType(T2).getTypePtr();
tools/clang/include/clang/AST/CanonicalType.h
  245   const T *getTypePtr() const { return Stored.getTypePtr(); }
  371     return Val.getTypePtr();
tools/clang/include/clang/CodeGen/CGFunctionInfo.h
  444     return forPrototypePlus(prototype.getTypePtr(), additional);
  452     return forPrototypePlus(prototype.getTypePtr(), 0);
tools/clang/lib/AST/APValue.cpp
   26     : T(T->getCanonicalTypeUnqualified().getTypePtr()) {}
tools/clang/lib/AST/ASTContext.cpp
 5918   const Type *LHSC = getCanonicalType(LHS).getTypePtr();
 5919   const Type *RHSC = getCanonicalType(RHS).getTypePtr();
tools/clang/lib/CodeGen/CGCall.cpp
  168   addExtParameterInfosForCall(paramInfos, FPT.getTypePtr(), PrefixSize,
  422     addExtParameterInfosForCall(ParamInfos, FPT.getTypePtr(), TotalPrefixArgs,
tools/clang/lib/CodeGen/CodeGenFunction.h
 4272                          .getTypePtr() ==
 4275                          .getTypePtr())) &&
tools/clang/lib/CodeGen/CodeGenTBAA.cpp
  206   const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
  283   const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
  347   const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
tools/clang/lib/Sema/SemaChecking.cpp
10133       T = C.getCanonicalType(ET->getDecl()->getIntegerType()).getTypePtr();
11263   const Type *Target = S.Context.getCanonicalType(Ex->getType()).getTypePtr();
11265     S.Context.getCanonicalType(InnerE->getType()).getTypePtr();
11548   const Type *Source = S.Context.getCanonicalType(E->getType()).getTypePtr();
11549   const Type *Target = S.Context.getCanonicalType(T).getTypePtr();
11957         Source = S.Context.getCanonicalType(SourceType).getTypePtr();
tools/clang/lib/Sema/SemaDecl.cpp
14769       EnumUnderlying = Context.IntTy.getTypePtr();
14779         EnumUnderlying = Context.IntTy.getTypePtr();
14783         EnumUnderlying = Context.IntTy.getTypePtr();
14791         EnumUnderlying = Context.IntTy.getTypePtr();
tools/clang/lib/Sema/SemaDeclCXX.cpp
 5132   return Context.getCanonicalType(BaseType).getTypePtr();
tools/clang/lib/Sema/SemaDeclObjC.cpp
 3132     Context.getCanonicalType(leftQT).getUnqualifiedType().getTypePtr();
 3134     Context.getCanonicalType(rightQT).getUnqualifiedType().getTypePtr();
tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  570     if (CanRetTy.getTypePtr()->isReferenceType()||
tools/clang/tools/extra/clangd/ExpectedTypes.cpp
   29     return Ctx.BoolTy.getTypePtr();
   31     return Ctx.IntTy.getTypePtr(); // All integers are equivalent.
   33     return Ctx.FloatTy.getTypePtr(); // All floats are equivalent.
tools/lldb/source/Symbol/ClangASTContext.cpp
 4198         getASTContext()->ObjCBuiltinIdTy.getTypePtr())