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())
389 if (!hasLValuePath()) {
568 bool APValue::hasLValuePath() const {
574 assert(isLValue() && hasLValuePath() && "Invalid accessor");
ExprConstant.cpp 183 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false),
    [all...]
  /external/clang/include/clang/AST/
APValue.h 254 bool hasLValuePath() const;

Completed in 93 milliseconds