Searched defs:ExpectedQualification (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_reduce.cpp235 const clang::ParmVarDecl *Param, bool ExpectedQualification) {
239 if (PointeeQType.isConstQualified() != ExpectedQualification) {
244 << (ExpectedQualification ? "" : " not");
233 checkPointeeConstQualified(StateOfAnalyzeTranslationUnit &S, FnIdent Kind, const llvm::StringRef &Name, const clang::ParmVarDecl *Param, bool ExpectedQualification) argument

Completed in 231 milliseconds