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