Home
last modified time | relevance | path

Searched refs:ParameterName (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dargument-comment.rst38 ``/*ParameterName=*/`` right before the boolean literal argument.
59 ``/*ParameterName=*/`` right before the integer literal argument.
80 ``/*ParameterName=*/`` right before the float/double literal argument.
101 ``/*ParameterName=*/`` right before the string literal argument.
126 ``/*ParameterName=*/`` right before the character literal argument.
147 ``/*ParameterName=*/`` right before the user defined literal argument.
172 ``/*ParameterName=*/`` right before the nullptr literal argument.
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp1437 std::string ParameterName = "p_" + std::to_string(getNumParams() - 1); in createParameterId() local
1447 ParameterName = Val->getName().str(); in createParameterId()
1451 ParameterName += "_loaded_from_"; in createParameterId()
1452 ParameterName += in createParameterId()
1458 ParameterName = getIslCompatibleName("", ParameterName, ""); in createParameterId()
1461 isl::id Id = isl::id::alloc(getIslCtx(), ParameterName, in createParameterId()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp11032 ParameterName, in diagnoseOdrViolations() enumerator
11092 ParameterName) in diagnoseOdrViolations()
11095 ParameterName) in diagnoseOdrViolations()