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

12 3

  /external/clang/lib/CodeGen/
CGCall.cpp 81 return RetTy->getCanonicalTypeUnqualified().getUnqualifiedType();
90 return arrangeLLVMFunctionInfo(FTNP->getReturnType().getUnqualifiedType(),
131 CanQualType resultType = FTP->getReturnType().getUnqualifiedType();
    [all...]
MicrosoftCXXABI.cpp     [all...]
CGException.cpp 457 QualType ExceptType = Ty.getNonReferenceType().getUnqualifiedType();
    [all...]
ItaniumCXXABI.cpp     [all...]
CGAtomic.cpp 776 QualType RValTy = E->getType().getUnqualifiedType();
    [all...]
CGExpr.cpp 609 CGM.getCXXABI().getMangleContext().mangleCXXRTTI(Ty.getUnqualifiedType(),
648 CGM.GetAddrOfRTTIDescriptor(Ty.getUnqualifiedType()),
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaTemplate.cpp 648 return T.getUnqualifiedType();
    [all...]
SemaInit.cpp 77 Context.getCanonicalType(AT->getElementType()).getUnqualifiedType();
    [all...]
SemaDeclObjC.cpp 675 Context.getTrivialTypeSourceInfo(typeBound.getUnqualifiedType());
    [all...]
SemaChecking.cpp 793 QualType AddrType = ValType.getUnqualifiedType().withVolatile();
    [all...]
SemaLambda.cpp 687 (RetE ? RetE->getType() : Context.VoidTy).getUnqualifiedType();
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 112 QualType UnqualT = T.getUnqualifiedType();
  /external/clang/lib/Frontend/
ASTUnit.cpp 381 = Ctx->getCanonicalType(UsageType.getUnqualifiedType());
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 115 if (!Ctx.isObjCIdType(Receiver->getType().getUnqualifiedType()))
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 910 QualType T = Ctx.getCanonicalType(elementType).getUnqualifiedType();
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
DeclCXX.h 253 return BaseTypeInfo->getType().getUnqualifiedType();
    [all...]
Type.h 822 /// Executing \c getUnqualifiedType() on the type \c DifferenceType will
828 inline QualType getUnqualifiedType() const;
833 /// Like getUnqualifiedType(), but also returns the set of
    [all...]
Decl.h     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 309 if (CanDerivedReturnType.getUnqualifiedType() ==
310 CanBaseReturnType.getUnqualifiedType()) {
    [all...]
MicrosoftMangle.cpp     [all...]

Completed in 3020 milliseconds

12 3