Searched defs:isVoidType (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h1454 return !isReferenceType() && !isFunctionType() && !isVoidType();
1516 bool isVoidType() const; // C99 6.2.5p19
4785 return ((getTypePtr()->isVoidType() && !hasQualifiers()) ||
4793 return isVoidType() ||
5021 inline bool Type::isVoidType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 101 milliseconds