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

  /external/clang/lib/CodeGen/
CGVTables.cpp 311 QualType ThisType = MD->getThisType(getContext());
344 CallArgs.add(RValue::get(AdjustedThisPtr), ThisType);
CGExprCXX.cpp 317 QualType ThisType =
321 Args.add(RValue::get(This), ThisType);
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp 390 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context);
397 /*This*/ 0, ThisType,
    [all...]
SemaOverload.cpp     [all...]

Completed in 3847 milliseconds