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

  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 70 const ParmVarDecl *ParamDecl) const;
87 const ParmVarDecl *ParamDecl, const char *BD) const;
137 const ParmVarDecl *ParamDecl,
143 if(!ParamDecl)
151 if (ParamDecl->getType()->isPointerType()) {
153 } else if (ParamDecl->getType()->isReferenceType()) {
158 if(!ParamDecl->getType()->getPointeeType().isConstQualified())
188 const ParmVarDecl *ParamDecl
192 if (uninitRefOrPointer(C, V, ArgRange, ArgEx, BT, ParamDecl, BD))
422 const ParmVarDecl *ParamDecl = nullptr
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp 645 Declarator ParamDecl(DS, Declarator::TemplateParamContext);
646 ParseDeclarator(ParamDecl);
655 DiagnoseMisplacedEllipsisInDeclarator(EllipsisLoc, ParamDecl);
677 return Actions.ActOnNonTypeTemplateParameter(getCurScope(), ParamDecl,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 298 const ParmVarDecl *ParamDecl = *I;
299 assert(ParamDecl && "Formal parameter has no decl?");
303 Loc ParamLoc = SVB.makeLoc(MRMgr.getVarRegion(ParamDecl, CalleeCtx));
    [all...]
BugReporterVisitors.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 294 ParmVarDecl *ParamDecl = Method->parameters()[0];
296 ParamDecl);
584 ParmVarDecl *ParamDecl = BoxingMethod->parameters()[0];
586 ParamDecl);
    [all...]
SemaTemplateDeduction.cpp 410 TemplateDecl *ParamDecl = Param.getAsTemplateDecl();
411 if (!ParamDecl) {
418 = dyn_cast<TemplateTemplateParmDecl>(ParamDecl)) {
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 207 milliseconds