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

  /external/clang/include/clang/Sema/
Overload.h 203 void *ToTypePtrs[3];
215 ToTypePtrs[Idx] = T.getAsOpaquePtr();
218 ToTypePtrs[0] = T.getAsOpaquePtr();
219 ToTypePtrs[1] = ToTypePtrs[0];
220 ToTypePtrs[2] = ToTypePtrs[0];
228 return QualType::getFromOpaquePtr(ToTypePtrs[Idx]);
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 27 milliseconds