Searched defs:isFunctionType (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaType.cpp674 if (!declarator.getNumTypeObjects() && declSpecType->isFunctionType())
1579 if (TypeQuals && Result->isFunctionType()) {
2011 if (T->isFunctionType()) {
2201 if (T->isArrayType() || T->isFunctionType()) {
2203 << T->isFunctionType() << T;
2297 if (T->isFunctionType())
2317 if (!T->isFunctionType()) {
3760 if ((T->isArrayType() || T->isFunctionType()) &&
3768 S.Diag(DeclType.Loc, diagID) << T->isFunctionType() << T;
4113 if (LangOpts.CPlusPlus && T->isFunctionType()) {
5364 bool isFunctionType() const { return (Fn != nullptr); } function in struct:__anon1582::FunctionTypeUnwrapper
[all...]
/external/clang/include/clang/AST/
H A DType.h1552 return !isFunctionType();
1560 return !isReferenceType() && !isFunctionType() && !isVoidType();
1628 bool isFunctionType() const;
5228 getTypePtr()->isFunctionType());
5250 isFunctionType() ||
5266 inline bool Type::isFunctionType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5289 return T->getPointeeType()->isFunctionType();
5588 return isFunctionType() || isArrayType();
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 135 milliseconds