Home
last modified time | relevance | path

Searched refs:setArrow (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp402 P->setArrow(true); in translateMemberExpr()
415 P->setArrow(true); in translateObjCIVarRefExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h937 void setArrow(bool b) { in setArrow() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1084 E->setArrow(Record.readInt()); in VisitObjCIsaExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3372 void setArrow(bool A) { MemberExprBits.IsArrow = A; } in setArrow() function