HomeSort by relevance Sort by last modified time
    Searched refs:getUnqualifiedType (Results 26 - 43 of 43) sorted by null

12

  /external/clang/lib/Sema/
SemaTemplate.cpp 652 return T.getUnqualifiedType();
    [all...]
SemaInit.cpp 69 ElemTy.getUnqualifiedType()))
    [all...]
SemaChecking.cpp 849 Ty = Context.getPointerType(ValType.getUnqualifiedType());
    [all...]
SemaDeclObjC.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 306 if (CanDerivedReturnType.getUnqualifiedType() ==
307 CanBaseReturnType.getUnqualifiedType()) {
    [all...]
Type.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGExpr.cpp 356 .getUnqualifiedType();
595 CGM.getCXXABI().getMangleContext().mangleCXXRTTI(Ty.getUnqualifiedType(),
628 CGM.GetAddrOfRTTIDescriptor(Ty.getUnqualifiedType()),
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 390 = Ctx->getCanonicalType(UsageType.getUnqualifiedType());
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 115 if (!Ctx.isObjCIdType(Receiver->getType().getUnqualifiedType()))
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 843 QualType T = Ctx.getCanonicalType(elementType).getUnqualifiedType();
    [all...]
  /external/clang/include/clang/AST/
Type.h 784 /// Executing \c getUnqualifiedType() on the type \c DifferenceType will
790 inline QualType getUnqualifiedType() const;
795 /// Like getUnqualifiedType(), but also returns the set of
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 460 QualType OCT = Context->getCanonicalType(T).getUnqualifiedType();
    [all...]
RewriteModernObjC.cpp 547 QualType OCT = Context->getCanonicalType(T).getUnqualifiedType();
    [all...]

Completed in 639 milliseconds

12