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

/external/clang/include/clang/AST/
H A DType.h1475 return !isReferenceType() && !isFunctionType() && !isVoidType();
1552 bool isReferenceType() const;
2150 ReferenceTypeBits.InnerRef = Referencee->isReferenceType();
4917 isReferenceType() ||
4941 inline bool Type::isReferenceType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5212 return (isPointerType() || isReferenceType() || isBlockPointerType() ||
/external/clang/lib/Sema/
H A DSemaDecl.cpp4363 if (Ty->isPointerType() || Ty->isReferenceType())
8358 bool isReferenceType; member in class:__anon1161::SelfReferenceChecker
8369 isReferenceType = false;
8374 isReferenceType = VD->getType()->isReferenceType();
8411 if (FD->getType()->isReferenceType())
8512 if (isReferenceType)
8638 if (isReferenceType) {
8975 VDecl->getType()->isReferenceType()) {
9348 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 310 milliseconds