HomeSort by: relevance | last modified time | path
    Searched refs:isSpelledAsLValue (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTStructuralEquivalence.cpp 729 if (Ref1->isSpelledAsLValue() != Ref2->isSpelledAsLValue())
JSONNodeDumper.cpp 566 attributeOnlyIfTrue("spelledAsLValue", RT->isSpelledAsLValue());
TextNodeDumper.cpp 1364 if (T->isSpelledAsLValue())
Type.cpp 923 return Ctx.getLValueReferenceType(pointeeType, T->isSpelledAsLValue());
ASTContext.cpp 3538 lv->isSpelledAsLValue());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 2758 bool isSpelledAsLValue() const { return ReferenceTypeBits.SpelledAsLValue; }
2772 Profile(ID, PointeeType, isSpelledAsLValue());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp 8477 (*ResultType)->castAs<LValueReferenceType>()->isSpelledAsLValue());
SemaType.cpp 6949 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue());
TreeTransform.h 5004 T->isSpelledAsLValue(),

Completed in 107 milliseconds