/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/ |
H A D | for-range-copy.cpp | 117 struct Mutable { struct 118 Mutable() {} in Mutable() function 121 Mutable(const Mutable &, const Mutable &) {} in Mutable() argument 126 Mutable& operator[](int I) { in operator []() argument 129 bool operator==(const Mutable &Other) const { in operator ==() argument 132 ~Mutable() {} in ~Mutable() argument
|
/llvm-project/clang/test/CXX/expr/expr.const/ |
H A D | p6-2a.cpp | 13 struct Mutable { struct 15 constexpr ~Mutable() { member = member + 1; } // expected-note {{read of mutable member}} in ~Mutable() argument
|
/llvm-project/clang/test/CXX/class/class.compare/class.eq/ |
H A D | p2.cpp | 44 struct Mutable { struct 54 void(Mutable() == Mutable()); in test() argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | sections.cpp | 5 struct Mutable { struct 8 extern const Mutable mutable_default_section; argument
|
H A D | const-init-cxx11.cpp | 463 struct Mutable { constexpr Mutable(int n) : k(n) {} mutable int k; }; in Mutable() function
|
/llvm-project/clang/test/CXX/special/class.copy/ |
H A D | p13-0x.cpp | 118 namespace Mutable { namespace
|
H A D | p11.0x.copy.cpp | 151 namespace Mutable { namespace
|
H A D | p23-cxx11.cpp | 178 namespace Mutable { namespace
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAsmPrinter.cpp | 232 bool Mutable = getOrCreateWasmSymbol() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-equals-default-copy.cpp | 79 mutable bool Mutable; member
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 890 bool Mutable = true; global() variable
|
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 794 bool Mutable = true; parseDirective() local
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 85 bool Mutable; member
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Wasm.h | 348 bool Mutable; global() member
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 526 buildLambdaScope(LambdaScopeInfo * LSI,CXXMethodDecl * CallOperator,SourceRange IntroducerRange,LambdaCaptureDefault CaptureDefault,SourceLocation CaptureDefaultLoc,bool ExplicitParams,bool Mutable) buildLambdaScope() argument
|
H A D | SemaDecl.cpp | 18257 bool Mutable HandleField() local 18284 CheckFieldDecl(DeclarationName Name,QualType T,TypeSourceInfo * TInfo,RecordDecl * Record,SourceLocation Loc,bool Mutable,Expr * BitWidth,InClassInitStyle InitStyle,SourceLocation TSSL,AccessSpecifier AS,NamedDecl * PrevDecl,Declarator * D) CheckFieldDecl() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | constant-expression-cxx14.cpp | 1092 namespace Mutable { namespace
|
/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 3131 FieldDecl(Kind DK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,const IdentifierInfo * Id,QualType T,TypeSourceInfo * TInfo,Expr * BW,bool Mutable,InClassInitStyle InitStyle) FieldDecl() argument
|
/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 4536 Create(const ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,const IdentifierInfo * Id,QualType T,TypeSourceInfo * TInfo,Expr * BW,bool Mutable,InClassInitStyle InitStyle) Create() argument
|