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

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 221 static bool isPointerToConst(const ParmVarDecl *ParamDecl) {
222 QualType PointeeTy = ParamDecl->getOriginalType()->getPointeeType();
  /external/clang/lib/Parse/
ParseTemplate.cpp 634 Declarator ParamDecl(DS, Declarator::TemplateParamContext);
635 ParseDeclarator(ParamDecl);
662 return Actions.ActOnNonTypeTemplateParameter(getCurScope(), ParamDecl,
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 377 TemplateDecl *ParamDecl = Param.getAsTemplateDecl();
378 if (!ParamDecl) {
385 = dyn_cast<TemplateTemplateParmDecl>(ParamDecl)) {
    [all...]

Completed in 187 milliseconds