Home
last modified time | relevance | path

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

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