Searched refs:isFunctionProtoType (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h1525 bool isFunctionProtoType() const { return getAs<FunctionProtoType>(); } function in class:clang::Type
2197 return PointeeType->isFunctionProtoType();
2203 return !PointeeType->isFunctionProtoType();
/external/clang/lib/Sema/
H A DSemaType.cpp2503 bool IsQualifiedFunction = T->isFunctionProtoType() &&
H A DSemaDecl.cpp6477 (!isa<FunctionType>(R.getTypePtr()) && R->isFunctionProtoType());
9772 MissingPrototype = !Prev->getType()->isFunctionProtoType();
H A DSemaDeclCXX.cpp650 if (!NewType->isFunctionProtoType())

Completed in 196 milliseconds