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

  /external/clang/lib/CodeGen/
CGCXXABI.cpp 129 MD->getThisType(CGM.getContext()));
CGVTables.cpp 291 QualType ThisType = MD->getThisType(getContext());
    [all...]
CGDebugInfo.cpp     [all...]
CGBlocks.cpp 363 thisType = cast<CXXMethodDecl>(DC)->getThisType(C);
    [all...]
CGClass.cpp     [all...]
CGExprCXX.cpp 48 Args.add(RValue::get(This), MD->getThisType(getContext()));
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 209 getCXXThisRegion(D->getThisType(getContext()), SFC));
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExprCXX.cpp 651 ThisTy = method->getThisType(Context);
    [all...]
SemaTemplate.cpp 418 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context);
    [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]

Completed in 583 milliseconds