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

1 2

  /external/clang/lib/CodeGen/
CGExprAgg.cpp 332 !Ctx.hasSameType(Field->getType()->getPointeeType(),
357 Ctx.hasSameType(Field->getType()->getPointeeType(),
364 } else if (Ctx.hasSameType(Field->getType(), Ctx.getSizeType())) {
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 285 if (Context.hasSameType(InTy, OutTy))
SemaCXXScopeSpec.cpp 112 if (Context.hasSameType(Injected, ContextType))
549 !Context.hasSameType(
    [all...]
SemaLambda.cpp 338 if (S.Context.hasSameType(retValue->getType(), returnType))
424 if (Context.hasSameType(ReturnType, CSI.ReturnType))
    [all...]
SemaExprCXX.cpp 401 if (!Context.hasSameType(T, UnqualT)) {
    [all...]
SemaDeclCXX.cpp 620 assert(Context.hasSameType(New->getType(), Old->getType()) &&
    [all...]
SemaOverload.cpp     [all...]
SemaTemplateDeduction.cpp 193 Context.hasSameType(X.getAsType(), Y.getAsType()))
285 Context.hasSameType(X.getNullPtrType(), Y.getNullPtrType()))
    [all...]
SemaObjCProperty.cpp 412 if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) {
    [all...]
SemaStmt.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclObjC.cpp 210 if (!Context.hasSameType(method->getResultType(), Context.VoidTy)) {
    [all...]
SemaInit.cpp     [all...]
SemaCast.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 333 !Ctx.hasSameType(ClassProperty->getType(), Property->getType()))
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 858 if (Context.hasSameType(FromType, ToType)) {
    [all...]
DeclTemplate.cpp 418 if (Context.hasSameType(P->getInjectedSpecializationType(), T))
    [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 829 if (Ctx.hasSameType(ArgTy, CallTy)) {
    [all...]

Completed in 406 milliseconds

1 2