Home
last modified time | relevance | path

Searched refs:ExpectedQualification (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_reduce.h110 … const clang::ParmVarDecl *Param, bool ExpectedQualification);
Dslang_rs_export_reduce.cpp235 … const clang::ParmVarDecl *Param, bool ExpectedQualification) { in checkPointeeConstQualified() argument
239 if (PointeeQType.isConstQualified() != ExpectedQualification) { in checkPointeeConstQualified()
244 << (ExpectedQualification ? "" : " not"); in checkPointeeConstQualified()