HomeSort by relevance Sort by last modified time
    Searched refs:typesAreCompatible (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCInstMethSignature.cpp 37 return C.typesAreCompatible(Derived, Ancestor);
  /external/clang/lib/Sema/
SemaInit.cpp 38 if (Context.typesAreCompatible(Context.getWideCharType(), T))
41 return Context.typesAreCompatible(Context.Char16Ty, T) ||
42 Context.typesAreCompatible(Context.Char32Ty, T);
95 if (Context.typesAreCompatible(Context.Char16Ty, ElemTy))
103 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy))
111 if (Context.typesAreCompatible(Context.getWideCharType(), ElemTy))
    [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 94 milliseconds