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

  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
FunctionRecord.java 37 return info != null && info.getThisType() != null;
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 161 MD->getThisType(CGM.getContext()));
CGVTables.cpp 200 QualType ThisType = MD->getThisType(getContext());
241 QualType ThisType = MD->getThisType(getContext());
CGClass.cpp     [all...]
CGExprCXX.cpp 49 Args.add(RValue::get(This), MD->getThisType(getContext()));
    [all...]
CodeGenFunction.cpp 772 ResTy = MD->getThisType(getContext());
    [all...]
CGDebugInfo.cpp     [all...]
CGBlocks.cpp 360 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(C);
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Analysis/
Consumed.cpp 778 QualType ThisType = Constructor->getThisType(CurrContext)->getPointeeType();
796 isSetOnReadPtrType(Constructor->getThisType(CurrContext)) ?
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 218 getCXXThisRegion(D->getThisType(getContext()), SFC));
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaDeclAttr.cpp 802 QualType ThisType = MD->getThisType(CurrContext)->getPointeeType();
920 // ReturnType = Constructor->getThisType(S.getASTContext())->getPointeeType();
    [all...]
SemaExprCXX.cpp 737 ThisTy = method->getThisType(Context);
    [all...]
SemaTemplate.cpp 418 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context);
    [all...]
SemaExpr.cpp     [all...]

Completed in 1500 milliseconds