Searched refs:RefType (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/contrib/dev/acpica/components/executer/
H A Dexresolv.c157 UINT8 RefType; local
171 RefType = StackDesc->Reference.Class;
173 switch (RefType)
181 Status = AcpiDsMethodDataGetValue (RefType,
291 RefType, StackDesc));
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h676 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
677 return RefType->getPointeeType();
H A DType.h4798 if (const ReferenceType *RefType = (*this)->getAs<ReferenceType>())
4799 return RefType->getPointeeType();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp4070 const ReferenceType *RefType local
4072 if (RefType && !RefType->getPointeeType()->isFunctionType())
4090 const ReferenceType *RefType = local
4092 if (!RefType ||
4093 (!RefType->isLValueReferenceType() &&
4094 !RefType->getPointeeType()->isFunctionType()))
4401 if (const ReferenceType *RefType
4404 if (!RefType->getPointeeType()->isFunctionType()) {
H A DSemaExpr.cpp11766 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){
11767 if (!RefType->getPointeeType()->isFunctionType())
11768 CaptureType = RefType->getPointeeType();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1552 if (const ReferenceType *RefType = getTypePtr()->getAs<ReferenceType>())
1553 return RefType->getPointeeType();
H A DExpr.cpp2720 bool RefType = Field->getType()->isReferenceType(); local
2721 if (!Elt->isConstantInitializer(Ctx, RefType))

Completed in 231 milliseconds