Home
last modified time | relevance | path

Searched defs:Mutable (Results 1 – 9 of 9) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CXX/special/class.copy/
H A Dp13-0x.cpp118 namespace Mutable { namespace
H A Dp11.0x.copy.cpp143 namespace Mutable { namespace
H A Dp23-cxx11.cpp178 namespace Mutable { namespace
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp433 struct Mutable { constexpr Mutable(int n) : k(n) {} mutable int k; }; in Mutable() argument
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h624 bool Mutable; variable
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp442 bool Mutable) { in buildLambdaScope()
H A DSemaDecl.cpp12234 bool Mutable in HandleField() local
12271 bool Mutable, Expr *BitWidth, in CheckFieldDecl()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h2172 bool Mutable : 1; variable
2213 QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in FieldDecl()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDecl.cpp3268 TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in Create()