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

1 2

  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExprObjC.cpp 437 if (Context.hasSameUnqualifiedType(PointeeType, Context.CharTy)) {
680 !Context.hasSameUnqualifiedType(PtrT->getPointeeType(), IdT)) {
    [all...]
SemaExprCXX.cpp 170 Context.hasSameUnqualifiedType(T, SearchType)) {
280 if (SearchType->isDependentType() || Context.hasSameUnqualifiedType(SearchType, T)) {
    [all...]
SemaCast.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaCodeComplete.cpp 766 if (SemaRef.Context.hasSameUnqualifiedType(PreferredType, TC))
    [all...]
SemaLookup.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExpr.cpp     [all...]
SemaStmt.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaDecl.cpp 394 if (Context.hasSameUnqualifiedType(QualType(Ty, 1), Base->getType()))
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 657 assert(CGF.getContext().hasSameUnqualifiedType(valueType,
671 assert(CGF.getContext().hasSameUnqualifiedType(op->getType(),
729 assert(CGF.getContext().hasSameUnqualifiedType(E->getSubExpr()->getType(),
    [all...]
CGExprComplex.cpp 621 assert(CGF.getContext().hasSameUnqualifiedType(OpInfo.Ty,
665 assert(CGF.getContext().hasSameUnqualifiedType(E->getLHS()->getType(),
CGBuiltin.cpp 84 assert(CGF.getContext().hasSameUnqualifiedType(T,
86 assert(CGF.getContext().hasSameUnqualifiedType(T, E->getArg(1)->getType()));
118 assert(CGF.getContext().hasSameUnqualifiedType(T,
120 assert(CGF.getContext().hasSameUnqualifiedType(T, E->getArg(1)->getType()));
    [all...]
CGExprCXX.cpp 480 assert(getContext().hasSameUnqualifiedType(E->getType(),
    [all...]
CGExprConstant.cpp 861 assert(CGM.getContext().hasSameUnqualifiedType(Ty, Arg->getType()) &&
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 42 if (getContext().hasSameUnqualifiedType(TR->getValueType(), ME->getType()))
Store.cpp 369 assert(svalBuilder.getContext().hasSameUnqualifiedType(castTy, T));
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]

Completed in 238 milliseconds

1 2