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

12 3

  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaInit.cpp 77 Context.getCanonicalType(AT->getElementType()).getUnqualifiedType();
    [all...]
SemaChecking.cpp 529 QualType AddrType = ValType.getUnqualifiedType().withVolatile();
    [all...]
SemaDeclObjC.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 73 return RetTy->getCanonicalTypeUnqualified().getUnqualifiedType();
82 return arrangeLLVMFunctionInfo(FTNP->getReturnType().getUnqualifiedType(),
99 CanQualType resultType = FTP->getReturnType().getUnqualifiedType();
    [all...]
CGExpr.cpp 545 CGM.getCXXABI().getMangleContext().mangleCXXRTTI(Ty.getUnqualifiedType(),
578 CGM.GetAddrOfRTTIDescriptor(Ty.getUnqualifiedType()),
    [all...]
ItaniumCXXABI.cpp     [all...]
MicrosoftCXXABI.cpp 694 CGF.CGM.GetAddrOfRTTIDescriptor(SrcRecordTy.getUnqualifiedType());
696 CGF.CGM.GetAddrOfRTTIDescriptor(DestRecordTy.getUnqualifiedType());
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 106 QualType UnqualT = T.getUnqualifiedType();
  /external/clang/lib/Frontend/
ASTUnit.cpp 385 = 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 907 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 783 /// Executing \c getUnqualifiedType() on the type \c DifferenceType will
789 inline QualType getUnqualifiedType() const;
794 /// 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...]
Type.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 297 return GetQualType().getUnqualifiedType()->isCharType();
    [all...]

Completed in 858 milliseconds

12 3