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

/external/clang/include/clang/AST/
H A DAPValue.h192 bool isAddrLabelDiff() const { return Kind == AddrLabelDiff; } function in class:clang::APValue
339 assert(isAddrLabelDiff() && "Invalid accessor");
343 assert(isAddrLabelDiff() && "Invalid accessor");
/external/clang/lib/AST/
H A DExprConstant.cpp5708 if (V.isLValue() || V.isAddrLabelDiff()) {
7204 if (Result.isAddrLabelDiff())
/external/clang/lib/Sema/
H A DSemaChecking.cpp5011 assert(result.isLValue() || result.isAddrLabelDiff());

Completed in 152 milliseconds