Home
last modified time | relevance | path

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

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