Home
last modified time | relevance | path

Searched refs:hasConstFields (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h558 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasConstFields)
H A DType.h5038 bool hasConstFields() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp686 if (R->hasConstFields()) in IsModifiable()
H A DType.cpp3850 bool RecordType::hasConstFields() const { in hasConstFields() function in RecordType