Searched refs:getLocalUnqualifiedType (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp824 Ty.getLocalUnqualifiedType().getCanonicalType());
1349 FromType.getLocalUnqualifiedType() ==
1350 ToType.getLocalUnqualifiedType()) {
1355 FromType.getLocalUnqualifiedType().print(OS, Policy);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp100 if (CanonPointeeTy.getLocalUnqualifiedType() == Ctx.VoidTy)
H A DExprEngine.cpp2338 Ty = Ty.getLocalUnqualifiedType();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp620 CanonicalSubT = CanonicalSubT.getLocalUnqualifiedType();
642 CanonicalSuperT = CanonicalSuperT.getLocalUnqualifiedType();
H A DSemaInit.cpp7005 << PreNarrowingType.getLocalUnqualifiedType()
7006 << EntityType.getLocalUnqualifiedType();
7017 << EntityType.getLocalUnqualifiedType();
7027 << PreNarrowingType.getLocalUnqualifiedType()
7028 << EntityType.getLocalUnqualifiedType();
H A DSemaOverload.cpp1680 if (CanonFrom.getLocalUnqualifiedType()
1681 == CanonTo.getLocalUnqualifiedType() &&
1963 = Context.getQualifiedType(CanonToPointee.getLocalUnqualifiedType(), Quals);
4734 if (ClassTypeCanon == FromTypeCanon.getLocalUnqualifiedType()) {
6550 Ty = Ty.getLocalUnqualifiedType();
H A DSemaDeclCXX.cpp1478 NewBaseType = NewBaseType.getLocalUnqualifiedType();
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h671 return CanQual<T>::CreateUnsafe(Stored.getLocalUnqualifiedType());
H A DType.h770 QualType getLocalUnqualifiedType() const { return QualType(getTypePtr(), 0); } function in class:clang::QualType
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp2582 AddTypeRef(T.getLocalUnqualifiedType(), Record);

Completed in 254 milliseconds