HomeSort by relevance Sort by last modified time
    Searched refs:T1PtrType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaCXXCast.cpp 333 const PointerType *T1PtrType = T1->getAs<PointerType>(),
335 if (T1PtrType && T2PtrType) {
336 T1 = T1PtrType->getPointeeType();
357 if (T1PtrType) {
359 T1 = T1PtrType->getPointeeType();
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 1418 milliseconds