Home
last modified time | relevance | path

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

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