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

1 2

  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
DeclTemplate.cpp 386 if (Context.hasSameType(P->getInjectedSpecializationType(), T))
    [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 350 if (!ctx.hasSameType(field->getType(), elementPtr)) {
365 if (ctx.hasSameType(field->getType(), elementPtr)) {
369 } else if(ctx.hasSameType(field->getType(), ctx.getSizeType())) {
    [all...]
CodeGenModule.cpp     [all...]
CGCall.cpp     [all...]
CGObjC.cpp 212 CGF.getContext().hasSameType(E->getType(), Method->getResultType()) ||
    [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 119 if (Context.hasSameType(Injected, ContextType))
563 !Context.hasSameType(
    [all...]
SemaDeclCXX.cpp 559 assert(Context.hasSameType(New->getType(), Old->getType()) &&
    [all...]
SemaExprCXX.cpp 354 if (!Context.hasSameType(T, UnqualT)) {
    [all...]
SemaStmt.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
SemaLambda.cpp 665 !Context.hasSameType(LSI->ReturnType, Context.VoidTy))
    [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaObjCProperty.cpp 285 if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) {
    [all...]
SemaTemplateDeduction.cpp 184 Context.hasSameType(X.getAsType(), Y.getAsType()))
    [all...]
SemaInit.cpp     [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 532 if (Ctx.hasSameType(ArgTy, CallTy)) {
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 465 milliseconds

1 2