Searched defs:isFunctionType (Results 1 – 3 of 3) sorted by relevance
239 static bool isFunctionType(std::string_view S) { isFunctionType() function
6827 bool isFunctionType() const { return (Fn != nullptr); } isFunctionType() function [all...]
3016 auto isFunctionType = [&](clang::QualType qual_type) { IsFunctionType() local