Home
last modified time | relevance | path

Searched refs:modifiable (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DExprClassification.cpp76 Cl::ModifiableType modifiable = Cl::CM_Untested; in ClassifyImpl() local
78 modifiable = IsModifiable(Ctx, this, kind, *Loc); in ClassifyImpl()
79 return Classification(kind, modifiable); in ClassifyImpl()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttrDocs.td3693 a constant (non-modifiable) memory region. It is available to all work items.
H A DDiagnosticSemaKinds.td2054 "constructor to initialize its non-modifiable members">;