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

  /external/clang/lib/Sema/
SemaCast.cpp 402 *T2PtrType = T2->getAs<PointerType>();
403 if (T1PtrType && T2PtrType) {
405 T2 = T2PtrType->getPointeeType();
418 else if (T2PtrType) {
420 T2 = T2PtrType->getPointeeType();
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 55 milliseconds