Searched refs:IsReference (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp382 bool IsReference = Ty->isReferenceType(); local
384 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType();
393 if (IsReference)
400 } else if (!IsReference)
409 if (IsReference)
416 if (!IsReference)
462 if (IsReference)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp742 bool IsReference = false;
750 IsReference = FD->getType()->isReferenceType();
756 IsReference);
1688 bool IsReference = false; local
1710 IsReference = VD->getType()->isReferenceType();
1716 IsReference);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp2168 const bool IsReference = FoundVD->getType()->isReferenceType(); local
2171 if (IsReference != CheckReferenceOnly)
2174 unsigned diag = IsReference

Completed in 112 milliseconds