Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dreference.cpp192 int refParam(int &byteIndex) { in refParam() function
199 refParam(*p); // expected-warning {{Forming reference to null pointer}} in testRefParam()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1537 bool refParam = false; in transformNonTypeTemplateParmRef() local
1551 refParam = paramType->isReferenceType(); in transformNonTypeTemplateParmRef()
1553 refParam = true; in transformNonTypeTemplateParmRef()
1577 refParam = paramType->isReferenceType(); in transformNonTypeTemplateParmRef()
1590 resultExpr->getType(), resultExpr->getValueKind(), loc, parm, refParam, in transformNonTypeTemplateParmRef()