OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToTypePtrs
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Sema/
Overload.h
205
void *
ToTypePtrs
[3];
217
ToTypePtrs
[Idx] = T.getAsOpaquePtr();
220
ToTypePtrs
[0] = T.getAsOpaquePtr();
221
ToTypePtrs
[1] =
ToTypePtrs
[0];
222
ToTypePtrs
[2] =
ToTypePtrs
[0];
230
return QualType::getFromOpaquePtr(
ToTypePtrs
[Idx]);
/external/clang/lib/Sema/
SemaOverload.cpp
[
all
...]
Completed in 27 milliseconds