Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp348 bool IsReference = Ty->isReferenceType(); in printPretty() local
350 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType(); in printPretty()
357 if (IsReference) in printPretty()
364 } else if (!IsReference) in printPretty()
373 if (IsReference) in printPretty()
380 if (!IsReference) in printPretty()
426 if (IsReference) in printPretty()
/external/clang/utils/analyzer/
DSATestBuild.py539 IsReference = False variable
543 IsReference = True variable
545 IsReference = True variable
553 testAll(IsReference, UpdateSVN)
/external/clang/lib/Analysis/
DCFG.cpp698 bool IsReference = false; in addInitializer() local
706 IsReference = FD->getType()->isReferenceType(); in addInitializer()
712 IsReference); in addInitializer()
1610 bool IsReference = false; in VisitDeclSubExpr() local
1617 IsReference = VD->getType()->isReferenceType(); in VisitDeclSubExpr()
1623 IsReference); in VisitDeclSubExpr()