Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCanonicalType.h540 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasConstFields)
DType.h3726 bool hasConstFields() const { return false; }
/external/llvm-project/clang/include/clang/AST/
DCanonicalType.h559 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasConstFields)
DType.h4619 bool hasConstFields() const;
/external/clang/lib/AST/
DExprClassification.cpp629 if (R->hasConstFields()) in IsModifiable()
/external/llvm-project/clang/lib/AST/
DExprClassification.cpp662 if (R->hasConstFields()) in IsModifiable()
DType.cpp3482 bool RecordType::hasConstFields() const { in hasConstFields() function in RecordType
/external/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp194 if (!RTy || !RTy->hasConstFields()) in containsConst()