OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:T2PtrType
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Sema/
SemaCast.cpp
428
*
T2PtrType
= T2->getAs<PointerType>();
429
if (T1PtrType &&
T2PtrType
) {
431
T2 =
T2PtrType
->getPointeeType();
444
else if (
T2PtrType
) {
446
T2 =
T2PtrType
->getPointeeType();
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
Completed in 547 milliseconds