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

1 2

  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
DeclTemplate.cpp 402 if (Context.hasSameType(P->getInjectedSpecializationType(), T))
    [all...]
ASTDiagnostic.cpp 848 if (Context.hasSameType(FromType, ToType)) {
    [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 113 if (Context.hasSameType(Injected, ContextType))
560 !Context.hasSameType(
    [all...]
SemaLambda.cpp 333 if (S.Context.hasSameType(retValue->getType(), returnType))
419 if (Context.hasSameType(ReturnType, CSI.ReturnType))
    [all...]
SemaExprCXX.cpp 356 if (!Context.hasSameType(T, UnqualT)) {
    [all...]
SemaDeclCXX.cpp 578 assert(Context.hasSameType(New->getType(), Old->getType()) &&
    [all...]
SemaOverload.cpp     [all...]
SemaTemplateDeduction.cpp 189 Context.hasSameType(X.getAsType(), Y.getAsType()))
281 Context.hasSameType(X.getNullPtrType(), Y.getNullPtrType()))
    [all...]
SemaObjCProperty.cpp 412 if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) {
    [all...]
SemaDecl.cpp     [all...]
SemaStmtAsm.cpp 290 if (Context.hasSameType(InTy, OutTy))
SemaExpr.cpp     [all...]
SemaStmt.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDeclObjC.cpp 209 if (!S.Context.hasSameType(method->getResultType(), S.Context.VoidTy)) {
    [all...]
SemaCast.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 398 if (!ctx.hasSameType(field->getType(), elementPtr)) {
413 if (ctx.hasSameType(field->getType(), elementPtr)) {
417 } else if(ctx.hasSameType(field->getType(), ctx.getSizeType())) {
    [all...]
CodeGenModule.cpp     [all...]
CGCall.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 829 if (Ctx.hasSameType(ArgTy, CallTy)) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 165 milliseconds

1 2