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

  /external/clang/lib/CodeGen/
CGVTables.cpp 291 QualType ThisType = MD->getThisType(getContext());
329 CallArgs.add(RValue::get(AdjustedThisPtr), ThisType);
    [all...]
CGExprCXX.cpp 364 QualType ThisType =
368 Args.add(RValue::get(This), ThisType);
    [all...]
CGClass.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp 418 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context);
425 /*This*/ 0, ThisType,
    [all...]
SemaOverload.cpp     [all...]

Completed in 188 milliseconds