HomeSort by: relevance | last modified time | path
    Searched defs:isFunctionType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangle.cpp 211 static bool isFunctionType(StringView S) {
1800 else if (isFunctionType(MangledName)) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 741 if (!declarator.getNumTypeObjects() && declSpecType->isFunctionType())
1782 if (Result->isFunctionType()) {
2092 if (T->isFunctionType() && getLangOpts().OpenCL &&
2167 if (T->isFunctionType() && getLangOpts().OpenCL &&
2376 if (T->isFunctionType()) {
2727 if (T->isArrayType() || T->isFunctionType()) {
2729 << T->isFunctionType() << T;
2900 if (T->isFunctionType() && getLangOpts().OpenCL &&
2912 if (T->isFunctionType())
2932 if (!T->isFunctionType()) {
    [all...]

Completed in 20 milliseconds