HomeSort by relevance Sort by last modified time
    Searched defs:ThisTy (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Sema/
SemaExprMember.cpp 823 QualType ThisTy = getCurrentThisType();
824 if (ThisTy.isNull()) {
833 = new (Context) CXXThisExpr(loc, ThisTy, /*isImplicit=*/ true);
835 baseQuals = ThisTy->castAs<PointerType>()->getPointeeType().getQualifiers();
    [all...]
SemaCodeComplete.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]

Completed in 91 milliseconds