HomeSort by relevance Sort by last modified time
    Searched refs:getCanonicalType (Results 51 - 75 of 93) sorted by null

1 23 4

  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 84 QualType T = Context.getCanonicalType(se->getType());
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 330 .getCanonicalType(T),
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 222 PreferredType = SemaRef.Context.getCanonicalType(T);
762 CanQualType TC = SemaRef.Context.getCanonicalType(T);
802 Context.getCanonicalType(RecordTy));
    [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
AnalysisBasedWarnings.cpp 611 QualType VariableTy = VD->getType().getCanonicalType();
    [all...]
SemaExprMember.cpp     [all...]
SemaInit.cpp 77 Context.getCanonicalType(AT->getElementType()).getUnqualifiedType();
    [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
StmtProfile.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
CGExprComplex.cpp 33 type = type.getCanonicalType();
    [all...]
CGExpr.cpp     [all...]
TargetInfo.cpp     [all...]
CGException.cpp 901 CGF.CGM.getContext().getCanonicalType(CatchParam.getType());
    [all...]
CodeGenFunction.cpp 91 type = type.getCanonicalType();
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 385 = Ctx->getCanonicalType(UsageType.getUnqualifiedType());
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 478 QualType T = Ctx.getCanonicalType(R->getValueType());
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 782 const clang::Type::TypeClass pointee_type_class = pointee_qual_type.getCanonicalType()->getTypeClass();
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 764 QualType getCanonicalType() const;
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 561 QualType OCT = Context->getCanonicalType(T).getUnqualifiedType();
563 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
564 OCT == Context->getCanonicalType(Context->getObjCClassType()))
    [all...]

Completed in 1474 milliseconds

1 23 4