Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dfor-range-copy.cpp117 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 Dp6-2a.cpp13 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 Dp2.cpp44 struct Mutable { struct
54 void(Mutable() == Mutable()); in test() argument
/llvm-project/clang/test/CodeGenCXX/
H A Dsections.cpp5 struct Mutable { struct
8 extern const Mutable mutable_default_section; argument
H A Dconst-init-cxx11.cpp463 struct Mutable { constexpr Mutable(int n) : k(n) {} mutable int k; }; in Mutable() function
/llvm-project/clang/test/CXX/special/class.copy/
H A Dp13-0x.cpp118 namespace Mutable { namespace
H A Dp11.0x.copy.cpp151 namespace Mutable { namespace
H A Dp23-cxx11.cpp178 namespace Mutable { namespace
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp232 bool Mutable = getOrCreateWasmSymbol() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default-copy.cpp79 mutable bool Mutable; member
/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h890 bool Mutable = true; global() variable
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp794 bool Mutable = true; parseDirective() local
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h85 bool Mutable; member
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h348 bool Mutable; global() member
/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp526 buildLambdaScope(LambdaScopeInfo * LSI,CXXMethodDecl * CallOperator,SourceRange IntroducerRange,LambdaCaptureDefault CaptureDefault,SourceLocation CaptureDefaultLoc,bool ExplicitParams,bool Mutable) buildLambdaScope() argument
H A DSemaDecl.cpp18257 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 Dconstant-expression-cxx14.cpp1092 namespace Mutable { namespace
/llvm-project/clang/include/clang/AST/
H A DDecl.h3131 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 DDecl.cpp4536 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