OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PtrT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp
844
const PointerType *
PtrT
= T->getAs<PointerType>();
845
if (!
PtrT
||
846
!Context.hasSameUnqualifiedType(
PtrT
->getPointeeType(), IdT)) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp
3645
const auto *
PtrT
= VarDef->getType()->getAs<PointerType>();
3646
if (!
PtrT
)
3649
const auto *PointeeT =
PtrT
->getPointeeType()
Completed in 67 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026