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

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCInstMethSignature.cpp 37 return C.typesAreCompatible(Derived, Ancestor);
  /external/clang/lib/Sema/
SemaInit.cpp 39 if (Context.typesAreCompatible(Context.getWideCharType(), T))
42 return Context.typesAreCompatible(Context.Char16Ty, T) ||
43 Context.typesAreCompatible(Context.Char32Ty, T);
96 if (Context.typesAreCompatible(Context.Char16Ty, ElemTy))
104 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy))
112 if (Context.typesAreCompatible(Context.getWideCharType(), ElemTy))
    [all...]
SemaExpr.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 386 milliseconds