HomeSort by relevance Sort by last modified time
    Searched refs:hasLValuePath (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/AST/
APValue.cpp 152 if (RHS.hasLValuePath())
352 if (!hasLValuePath()) {
527 bool APValue::hasLValuePath() const {
533 assert(isLValue() && hasLValuePath() && "Invalid accessor");
ExprConstant.cpp 164 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false),
    [all...]
  /external/clang/include/clang/AST/
APValue.h 248 bool hasLValuePath() const;

Completed in 2433 milliseconds