Home
last modified time | relevance | path

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

/external/clang/test/CXX/special/class.copy/
Dp13-0x.cpp118 namespace Mutable { namespace
Dp11.0x.copy.cpp143 namespace Mutable { namespace
Dp23-cxx11.cpp178 namespace Mutable { namespace
/external/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp443 struct Mutable { constexpr Mutable(int n) : k(n) {} mutable int k; }; in Mutable() argument
/external/protobuf/src/google/protobuf/
Dextension_set.h817 static inline string* Mutable(int number, int index, ExtensionSet* set) { in Mutable() function
947 static inline MutableType Mutable(int number, FieldType field_type, in Mutable() function
978 static inline MutableType Mutable(int number, int index, ExtensionSet* set) { in Mutable() function
Drepeated_field.h671 inline Element* RepeatedField<Element>::Mutable(int index) { in Mutable() function
/external/clang/include/clang/Sema/
DScopeInfo.h657 bool Mutable; variable
/external/clang/lib/Sema/
DSemaLambda.cpp442 bool Mutable) { in buildLambdaScope()
DSemaDecl.cpp12964 bool Mutable in HandleField() local
13001 bool Mutable, Expr *BitWidth, in CheckFieldDecl()
/external/clang/include/clang/AST/
DDecl.h2276 bool Mutable : 1; variable
2317 QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in FieldDecl()
/external/clang/lib/AST/
DDecl.cpp3335 TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in Create()