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

/external/clang/lib/Sema/
H A DSemaType.cpp649 if (!declarator.getNumTypeObjects() && declSpecType->isFunctionType())
1105 if (Result->isFunctionType() && TypeQuals) {
1549 if (T->isFunctionType()) {
1742 if (T->isArrayType() || T->isFunctionType()) {
1744 << T->isFunctionType() << T;
1841 if (T->isFunctionType())
1861 if (!T->isFunctionType()) {
2733 if ((T->isArrayType() || T->isFunctionType()) &&
2741 S.Diag(DeclType.Loc, diagID) << T->isFunctionType() << T;
3067 if (LangOpts.CPlusPlus && T->isFunctionType()) {
4286 bool isFunctionType() const { return (Fn != nullptr); } function in struct:__anon18111::FunctionTypeUnwrapper
[all...]
/external/clang/include/clang/AST/
H A DType.h1445 return !isFunctionType();
1453 return !isReferenceType() && !isFunctionType() && !isVoidType();
1523 bool isFunctionType() const;
4835 getTypePtr()->isFunctionType());
4857 isFunctionType() ||
4873 inline bool Type::isFunctionType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
4896 return T->getPointeeType()->isFunctionType();
5152 return isFunctionType() || isArrayType();
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 131 milliseconds