OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FromPtrType
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp
3008
if (const PointerType *
FromPtrType
= FromType->getAs<PointerType>()) {
3009
QualType FromPointeeType =
FromPtrType
->getPointeeType(),
3042
if (const ObjCObjectPointerType *
FromPtrType
=
3047
if (
FromPtrType
->isObjCBuiltinType() || ToPtrType->isObjCBuiltinType())
3119
const MemberPointerType *
FromPtrType
= FromType->getAs<MemberPointerType>();
3120
if (!
FromPtrType
) {
3133
QualType FromClass = QualType(
FromPtrType
->getClass(), 0);
7323
if (const PointerType *
FromPtrType
= ImplicitParamType->getAs<PointerType>())
7324
ImplicitParamType =
FromPtrType
->getPointeeType();
SemaInit.cpp
8412
if (const auto *
FromPtrType
=
8415
if (
FromPtrType
->getPointeeType()->hasAttr(attr::NoDeref) &&
SemaExpr.cpp
2946
auto
FromPtrType
= FromType->getAs<PointerType>();
2948
DestRecordType,
FromPtrType
2952
if (
FromPtrType
) {
2954
FromRecordType =
FromPtrType
->getPointeeType();
Completed in 40 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026