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

  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 70 QualType fromTy, QualType toTy) {
73 return nonloc::SymbolVal(SymMgr.getCastSymbol(operand, fromTy, toTy));
373 QualType FromTy) {
374 while (Context.UnwrapSimilarPointerTypes(ToTy, FromTy)) {
377 FromTy = Context.getUnqualifiedArrayType(FromTy, Quals2);
392 if (ToTy != FromTy)
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 286 NonLoc makeNonLoc(const SymExpr *operand, QualType fromTy, QualType toTy);
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 432 milliseconds