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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Support/
H A DBlkExprDeclBitVector.h210 static inline ParentTy& ParentRef(ValTy& X) { function in class:clang::StmtDeclBitVector_Types::ValTy
214 static inline const ParentTy& ParentRef(const ValTy& X) { function in class:clang::StmtDeclBitVector_Types::ValTy
241 return ParentRef(*this) == ParentRef(RHS)
246 ParentRef(*this).copyValues(ParentRef(RHS));
279 ParentRef(*this) |= ParentRef(RHS);
286 ParentRef(*this) &= ParentRef(RH
[all...]

Completed in 177 milliseconds