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.h562 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasConstFields)
H A DType.h6149 bool hasConstFields() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp716 if (R->hasConstFields()) in IsModifiable()
H A DType.cpp4254 bool RecordType::hasConstFields() const { in hasConstFields() function in RecordType