HomeSort by relevance Sort by last modified time
    Searched refs:hasSameUnqualifiedType (Results 1 - 25 of 34) sorted by null

1 2

  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExprObjC.cpp 461 if (Context.hasSameUnqualifiedType(PointeeType, Context.CharTy)) {
695 !Context.hasSameUnqualifiedType(PtrT->getPointeeType(), IdT)) {
    [all...]
SemaExprCXX.cpp 203 Context.hasSameUnqualifiedType(T, SearchType)) {
328 if (SearchType->isDependentType() || Context.hasSameUnqualifiedType(SearchType, T)) {
    [all...]
SemaCast.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaCodeComplete.cpp 764 if (SemaRef.Context.hasSameUnqualifiedType(PreferredType, TC))
    [all...]
SemaStmt.cpp 691 if (Ctx.hasSameUnqualifiedType(EnumType, VarType))
    [all...]
SemaExprMember.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExpr.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 422 if (!Ctx.hasSameUnqualifiedType(IVar->getType(),
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 611 assert(CGF.getContext().hasSameUnqualifiedType(valueType,
625 assert(CGF.getContext().hasSameUnqualifiedType(op->getType(),
682 assert(CGF.getContext().hasSameUnqualifiedType(E->getSubExpr()->getType(),
845 assert(CGF.getContext().hasSameUnqualifiedType(E->getLHS()->getType(),
    [all...]
CGExprComplex.cpp 653 assert(CGF.getContext().hasSameUnqualifiedType(OpInfo.Ty,
706 assert(CGF.getContext().hasSameUnqualifiedType(E->getLHS()->getType(),
    [all...]
CGExprCXX.cpp 385 assert(getContext().hasSameUnqualifiedType(E->getType(),
    [all...]
CGExprConstant.cpp 820 assert(CGM.getContext().hasSameUnqualifiedType(Ty, Arg->getType()) &&
    [all...]
CGBuiltin.cpp 85 assert(CGF.getContext().hasSameUnqualifiedType(T,
87 assert(CGF.getContext().hasSameUnqualifiedType(T, E->getArg(1)->getType()));
119 assert(CGF.getContext().hasSameUnqualifiedType(T,
121 assert(CGF.getContext().hasSameUnqualifiedType(T, E->getArg(1)->getType()));
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 392 assert(svalBuilder.getContext().hasSameUnqualifiedType(castTy, T));
SimpleSValBuilder.cpp 470 getContext().hasSameUnqualifiedType(symIntExpr->getType(),
    [all...]
RegionStore.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]

Completed in 660 milliseconds

1 2