Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DImmutableSet.h260 bool isMutable() const { return IsMutable; } in isMutable() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp1222 bool LambdaExpr::isMutable() const { in isMutable() function in LambdaExpr
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h2654 bool isMutable() const { return Mutable; } in isMutable() function