Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDScopeInfo.h588 bool Mutable; variable
648 CallOperator(0), NumExplicitCaptures(0), Mutable(false), in LambdaScopeInfo()
HDSema.h1705 bool Mutable, Expr *BitfieldWidth,
4514 bool Mutable);
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h2127 bool Mutable : 1; variable
2144 QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in FieldDecl() argument
2147 Mutable(Mutable), CachedFieldIndex(0), in FieldDecl()
2156 TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
2166 bool isMutable() const { return Mutable; } in isMutable()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaLambda.cpp358 bool Mutable) { in buildLambdaScope() argument
369 LSI->Mutable = Mutable; in buildLambdaScope()
HDSemaDecl.cpp9471 LSI->Mutable = !CallOperator->isConst(); in RebuildLambdaScopeInfo()
11366 bool Mutable in HandleField() local
11370 = CheckFieldDecl(II, T, TInfo, Record, Loc, Mutable, BitWidth, InitStyle, in HandleField()
11403 bool Mutable, Expr *BitWidth, in CheckFieldDecl() argument
11486 if (!InvalidDecl && Mutable) { in CheckFieldDecl()
11498 Mutable = false; in CheckFieldDecl()
11504 BitWidth, Mutable, InitStyle); in CheckFieldDecl()
HDSemaExpr.cpp11373 !(isa<LambdaScopeInfo>(CSI) && cast<LambdaScopeInfo>(CSI)->Mutable)) in isVariableAlreadyCapturedInScopeInfo()
11806 if (!LSI->Mutable && !CaptureType->isReferenceType()) in captureInLambda()
/trueos/contrib/subversion/subversion/libsvn_fs_base/notes/
HDTODO95 invalidating the cache. Mutable node objects will need special
/trueos/contrib/llvm/tools/clang/lib/AST/
HDDecl.cpp3102 TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in Create() argument
3105 BW, Mutable, InitStyle); in Create()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp927 FD->Mutable = Record[Idx++]; in VisitFieldDecl()