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

1 2

  /external/clang/lib/Sema/
SemaStmtAsm.cpp 285 if (Context.hasSameType(InTy, OutTy))
SemaCXXScopeSpec.cpp 112 if (Context.hasSameType(Injected, ContextType))
597 !Context.hasSameType(
    [all...]
SemaExprCXX.cpp 431 if (!Context.hasSameType(T, UnqualT)) {
    [all...]
SemaLambda.cpp 595 if (S.Context.hasSameType(retValue->getType(), returnType))
683 if (Context.hasSameType(ReturnType, CSI.ReturnType))
    [all...]
SemaTemplateDeduction.cpp 193 Context.hasSameType(X.getAsType(), Y.getAsType()))
285 Context.hasSameType(X.getNullPtrType(), Y.getNullPtrType()))
    [all...]
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp 631 assert(Context.hasSameType(New->getType(), Old->getType()) &&
    [all...]
SemaObjCProperty.cpp 400 if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) {
    [all...]
SemaExpr.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclObjC.cpp 211 if (!Context.hasSameType(method->getReturnType(), Context.VoidTy)) {
    [all...]
SemaInit.cpp     [all...]
  /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...]
CGExprCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 415 if (Context.hasSameType(P->getInjectedSpecializationType(), T))
    [all...]
ASTContext.cpp     [all...]
ASTDiagnostic.cpp 894 if (Context.hasSameType(FromType, ToType)) {
    [all...]
Decl.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 829 if (Ctx.hasSameType(ArgTy, CallTy)) {
    [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp     [all...]

Completed in 1263 milliseconds

1 2