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 309 QualType ThisType = MD->getThisType(getContext());
CGClass.cpp     [all...]
CGExprCXX.cpp 45 Args.add(RValue::get(This), MD->getThisType(getContext()));
    [all...]
CGDebugInfo.cpp     [all...]
CGBlocks.cpp 313 thisType = cast<CXXMethodDecl>(DC)->getThisType(C);
    [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 670 ThisTy = method->getThisType(Context);
    [all...]
SemaTemplate.cpp 417 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context);
    [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]

Completed in 564 milliseconds