Searched refs:hasTypeDeclaredInsideFunction (Results 1 – 1 of 1) sorted by relevance
3251 static bool hasTypeDeclaredInsideFunction(QualType T, const FunctionDecl *FD) { in hasTypeDeclaredInsideFunction() function3258 return hasTypeDeclaredInsideFunction(Arg.getAsType(), FD); in hasTypeDeclaredInsideFunction()3292 return hasTypeDeclaredInsideFunction(AutoT->getDeducedType(), D); in hasAutoReturnTypeDeclaredInside()