Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/ADT/
HDImmutableSet.h246 bool isMutable() const { return IsMutable; } in isMutable() function
/freebsd-head/contrib/llvm-project/clang/lib/AST/Interp/
HDPointer.h465 bool isMutable() const { in isMutable() function
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDExprCXX.cpp1410 bool LambdaExpr::isMutable() const { return !getCallOperator()->isConst(); } in isMutable() function in LambdaExpr
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h3118 bool isMutable() const { return Mutable; } in isMutable() function