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

/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DImmutableSet.h253 /// isMutable - Returns true if the left and right subtree references
259 bool isMutable() const { return IsMutable; } function in class:llvm::ImutAVLTree
279 assert(isMutable() && "Mutable flag already removed.");
292 assert(isMutable() && "Only a mutable tree can have its height changed.");
486 if (N->isMutable() && N->refCount == 0)
541 assert(!T->isMutable());
562 assert(!T->isMutable());
600 if (!T || !T->isMutable())
H A DImmutableIntervalMap.h127 assert(!T->isMutable());
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDumpXML.cpp521 setFlag("mutable", D->isMutable());
H A DDeclPrinter.cpp615 if (!Policy.SuppressSpecifiers && D->isMutable())
H A DASTDumper.cpp828 if (D->isMutable())
H A DDeclCXX.cpp644 if (Field->isMutable())
H A DExprCXX.cpp1003 bool LambdaExpr::isMutable() const { function in class:LambdaExpr
H A DExprConstant.cpp1733 if (Field->isMutable() && handler.AccessKind == AK_Read) {
1756 if (WasConstQualified && !Field->isMutable())
H A DASTImporter.cpp2849 T, TInfo, BitWidth, D->isMutable(),
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp1629 if (Field->isMutable()) BaseQuals.removeConst();
H A DSemaTemplateInstantiateDecl.cpp492 D->isMutable(),
H A DSemaDeclCXX.cpp5281 if (ConstArg && !FI->isMutable())
H A DTreeTransform.h8089 E->isMutable());
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h2082 /// isMutable - Determines whether this field is mutable (C++ only).
2083 bool isMutable() const { return Mutable; }
H A DExprCXX.h1512 bool isMutable() const;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp639 Record.push_back(D->isMutable());
1378 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable
1410 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable

Completed in 218 milliseconds