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

References

tools/clang/include/clang/AST/CanonicalType.h
  619   return CanQual<T>::CreateUnsafe(Stored.getLocalUnqualifiedType());
tools/clang/lib/AST/ASTDiagnostic.cpp
 1091              Ty.getLocalUnqualifiedType().getCanonicalType());
 1625         FromType.getLocalUnqualifiedType() ==
 1626         ToType.getLocalUnqualifiedType()) {
 1630       FromType.getLocalUnqualifiedType().print(OS, Policy);
tools/clang/lib/Analysis/ProgramPoint.cpp
  126       Ty = Ty.getLocalUnqualifiedType();
tools/clang/lib/Sema/SemaDeclAttr.cpp
 6394     if (Ty.getLocalUnqualifiedType().getQualifiers().getObjCLifetime() ==
tools/clang/lib/Sema/SemaDeclCXX.cpp
 2641     NewBaseType = NewBaseType.getLocalUnqualifiedType();
tools/clang/lib/Sema/SemaInit.cpp
 9526         << PreNarrowingType.getLocalUnqualifiedType()
 9527         << EntityType.getLocalUnqualifiedType();
 9538         << EntityType.getLocalUnqualifiedType();
 9548         << PreNarrowingType.getLocalUnqualifiedType()
 9549         << EntityType.getLocalUnqualifiedType();
tools/clang/lib/Sema/SemaOverload.cpp
 1916   if (CanonFrom.getLocalUnqualifiedType()
 1917                                      == CanonTo.getLocalUnqualifiedType() &&
 2250     = Context.getQualifiedType(CanonToPointee.getLocalUnqualifiedType(), Quals);
 5238   if (ClassTypeCanon == FromTypeCanon.getLocalUnqualifiedType()) {
 7765   Ty = Ty.getLocalUnqualifiedType();
tools/clang/lib/Serialization/ASTWriter.cpp
  158         Record.AddTypeRef(T.getLocalUnqualifiedType());
tools/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
  100     QualType Ty = TOR->getValueType().getLocalUnqualifiedType();
tools/clang/lib/StaticAnalyzer/Core/Store.cpp
  100   if (CanonPointeeTy.getLocalUnqualifiedType() == Ctx.VoidTy)
tools/clang/tools/extra/clang-tidy/cert/PostfixOperatorCheck.cpp
   60         ReturnType.getNonReferenceType().getLocalUnqualifiedType();