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

  /external/clang/lib/Sema/
SemaCast.cpp 427 const PointerType *T1PtrType = T1->getAs<PointerType>(),
429 if (T1PtrType && T2PtrType) {
430 T1 = T1PtrType->getPointeeType();
451 if (T1PtrType) {
453 T1 = T1PtrType->getPointeeType();
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 132 milliseconds