Home
last modified time | relevance | path

Searched refs:Mutable (Results 1 – 16 of 16) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CXX/special/class.copy/
H A Dp23-cxx11.cpp178 namespace Mutable { namespace
190 template struct CopyAssign<Mutable::X>;
191 template struct CopyAssign<Mutable::Y>; // expected-note {{here}}
H A Dp11.0x.copy.cpp143 namespace Mutable { namespace
H A Dp13-0x.cpp118 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() function
459 int mutable_() { constexpr Mutable a = { f(103) }; return a.k; } in mutable_()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h624 bool Mutable; variable
684 CallOperator(nullptr), NumExplicitCaptures(0), Mutable(false), in LambdaScopeInfo()
H A DSema.h1846 bool Mutable, Expr *BitfieldWidth,
4813 bool Mutable);
/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() argument
2216 Mutable(Mutable), CachedFieldIndex(0), in FieldDecl()
2225 TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
2235 bool isMutable() const { return Mutable; } in isMutable()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp442 bool Mutable) { in buildLambdaScope() argument
453 LSI->Mutable = Mutable; in buildLambdaScope()
H A DSemaDecl.cpp10191 LSI->Mutable = !CallOperator->isConst(); in RebuildLambdaScopeInfo()
12234 bool Mutable in HandleField() local
12238 = CheckFieldDecl(II, T, TInfo, Record, Loc, Mutable, BitWidth, InitStyle, in HandleField()
12271 bool Mutable, Expr *BitWidth, in CheckFieldDecl() argument
12354 if (!InvalidDecl && Mutable) { in CheckFieldDecl()
12366 Mutable = false; in CheckFieldDecl()
12378 BitWidth, Mutable, InitStyle); in CheckFieldDecl()
H A DSemaExpr.cpp11812 !(isa<LambdaScopeInfo>(CSI) && cast<LambdaScopeInfo>(CSI)->Mutable)) in isVariableAlreadyCapturedInScopeInfo()
12250 if (!LSI->Mutable && !CaptureType->isReferenceType()) in captureInLambda()
/minix3/external/bsd/llvm/dist/llvm/docs/tutorial/
H A DLangImpl1.rst70 - `Chapter #7 <LangImpl7.html>`_: Extending the Language: Mutable
H A DOCamlLangImpl1.rst71 Mutable Variables - This chapter talks about adding user-defined
H A DLangImpl7.rst2 Kaleidoscope: Extending the Language: Mutable Variables
258 Mutable Variables in Kaleidoscope
H A DOCamlLangImpl7.rst2 Kaleidoscope: Extending the Language: Mutable Variables
258 Mutable Variables in Kaleidoscope
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDecl.cpp3268 TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in Create() argument
3271 BW, Mutable, InitStyle); in Create()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1001 FD->Mutable = Record[Idx++]; in VisitFieldDecl()