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

/external/clang/include/clang/AST/
H A DType.h1453 return !isReferenceType() && !isFunctionType() && !isVoidType();
1530 bool isReferenceType() const;
2106 ReferenceTypeBits.InnerRef = Referencee->isReferenceType();
4861 isReferenceType() ||
4885 inline bool Type::isReferenceType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5156 return (isPointerType() || isReferenceType() || isBlockPointerType() ||
/external/clang/lib/Sema/
H A DSemaDecl.cpp4119 if (Ty->isPointerType() || Ty->isReferenceType())
8104 bool isReferenceType; member in class:__anon18028::SelfReferenceChecker
8113 isReferenceType = false;
8117 isReferenceType = VD->getType()->isReferenceType();
8125 if (isReferenceType)
8156 if (isReferenceType)
8219 if (isReferenceType) {
8511 VDecl->getType()->isReferenceType()) {
8884 if (Type->isReferenceType()) {
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 201 milliseconds