forked from OSchip/llvm-project
parent
6365c9138e
commit
5f640e35e3
|
@ -1938,7 +1938,7 @@ static QualType GetDeclSpecTypeForDeclarator(TypeProcessingState &state,
|
|||
return T;
|
||||
}
|
||||
|
||||
std::string getFunctionQualifiersAsString(const FunctionProtoType *FnTy) {
|
||||
static std::string getFunctionQualifiersAsString(const FunctionProtoType *FnTy){
|
||||
std::string Quals =
|
||||
Qualifiers::fromCVRMask(FnTy->getTypeQuals()).getAsString();
|
||||
|
||||
|
|
Loading…
Reference in New Issue