Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
DImmutableSet.h259 bool isMutable() const { return IsMutable; } in isMutable() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DExprCXX.cpp1087 bool LambdaExpr::isMutable() const { in isMutable() function in LambdaExpr
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDecl.h2166 bool isMutable() const { return Mutable; } in isMutable() function