Home
last modified time | relevance | path

Searched defs:isMutable (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h246 bool isMutable() const { return IsMutable; } in isMutable() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h465 bool isMutable() const { in isMutable() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1410 bool LambdaExpr::isMutable() const { return !getCallOperator()->isConst(); } in isMutable() function in LambdaExpr
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3118 bool isMutable() const { return Mutable; } in isMutable() function