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 402 const PointerType *T1PtrType = T1->getAs<PointerType>(),
404 if (T1PtrType && T2PtrType) {
405 T1 = T1PtrType->getPointeeType();
426 if (T1PtrType) {
428 T1 = T1PtrType->getPointeeType();
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 49 milliseconds