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];
207 ToTypePtrs[Idx] = T.getAsOpaquePtr();
210 ToTypePtrs[0] = T.getAsOpaquePtr();
211 ToTypePtrs[1] = ToTypePtrs[0];
212 ToTypePtrs[2] = ToTypePtrs[0];
220 return QualType::getFromOpaquePtr(ToTypePtrs[Idx]);
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 73 milliseconds