| /minix3/external/bsd/llvm/dist/clang/test/CXX/special/class.copy/ |
| H A D | p23-cxx11.cpp | 178 namespace Mutable { namespace 190 template struct CopyAssign<Mutable::X>; 191 template struct CopyAssign<Mutable::Y>; // expected-note {{here}}
|
| H A D | p11.0x.copy.cpp | 143 namespace Mutable { namespace
|
| H A D | p13-0x.cpp | 118 namespace Mutable { namespace
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
| H A D | const-init-cxx11.cpp | 433 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 D | ScopeInfo.h | 624 bool Mutable; variable 684 CallOperator(nullptr), NumExplicitCaptures(0), Mutable(false), in LambdaScopeInfo()
|
| H A D | Sema.h | 1846 bool Mutable, Expr *BitfieldWidth, 4813 bool Mutable);
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | Decl.h | 2172 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 D | SemaLambda.cpp | 442 bool Mutable) { in buildLambdaScope() argument 453 LSI->Mutable = Mutable; in buildLambdaScope()
|
| H A D | SemaDecl.cpp | 10191 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 D | SemaExpr.cpp | 11812 !(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 D | LangImpl1.rst | 70 - `Chapter #7 <LangImpl7.html>`_: Extending the Language: Mutable
|
| H A D | OCamlLangImpl1.rst | 71 Mutable Variables - This chapter talks about adding user-defined
|
| H A D | LangImpl7.rst | 2 Kaleidoscope: Extending the Language: Mutable Variables 258 Mutable Variables in Kaleidoscope
|
| H A D | OCamlLangImpl7.rst | 2 Kaleidoscope: Extending the Language: Mutable Variables 258 Mutable Variables in Kaleidoscope
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | Decl.cpp | 3268 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 D | ASTReaderDecl.cpp | 1001 FD->Mutable = Record[Idx++]; in VisitFieldDecl()
|