HomeSort by: relevance | last modified time | path
    Searched refs:hasCvrSimilarType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2470 bool hasCvrSimilarType(QualType T1, QualType T2);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 1957 if (!Self.Context.hasCvrSimilarType(SrcType, DestType))
SemaExpr.cpp 7119 if (Context.hasCvrSimilarType(SrcTy, DestTy))
9235 else if (Context.hasCvrSimilarType(RHSType, LHSType))
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 5857 bool ASTContext::hasCvrSimilarType(QualType T1, QualType T2) {

Completed in 72 milliseconds