Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCanonicalType.h559 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasConstFields)
H A DType.h4722 bool hasConstFields() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DExprClassification.cpp668 if (R->hasConstFields()) in IsModifiable()
H A DType.cpp3558 bool RecordType::hasConstFields() const { in hasConstFields() function in RecordType