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 194 void *ToTypePtrs[3];
206 ToTypePtrs[Idx] = T.getAsOpaquePtr();
209 ToTypePtrs[0] = T.getAsOpaquePtr();
210 ToTypePtrs[1] = ToTypePtrs[0];
211 ToTypePtrs[2] = ToTypePtrs[0];
219 return QualType::getFromOpaquePtr(ToTypePtrs[Idx]);
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 106 milliseconds