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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h 335 void setToType(unsigned Idx, QualType T) {
435 void setToType(QualType T) { ToTypePtr = T.getAsOpaquePtr(); }
497 setToType(To);
509 void setToType(QualType T) { ToTy = T.getAsOpaquePtr(); }
694 ICS.Standard.setToType(0, SourceType);
696 ICS.Standard.setToType(1, DestType);
697 ICS.Standard.setToType(2, DestType);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 1381 ICS.Ambiguous.setToType(ToType);
1823 SCS.setToType(0, FromType);
1955 SCS.setToType(1, FromType);
1987 SCS.setToType(2, FromType);
2024 SCS.setToType(1, ToType);
2031 SCS.setToType(2, ToType);
3314 SCS.setToType(1, InnerSCS.getToType(1));
3318 SCS.setToType(2, InnerSCS.getToType(2));
4777 ICS.Standard.setToType(0, T2);
4778 ICS.Standard.setToType(1, T1)
    [all...]
SemaInit.cpp 4498 ICS.Standard.setToType(0, E->getType());
4499 ICS.Standard.setToType(1, DestType);
4500 ICS.Standard.setToType(2, DestType);
SemaExpr.cpp 11499 SCS.setToType(0, FromType);
11500 SCS.setToType(1, ToType);

Completed in 33 milliseconds