Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h559 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasConstFields)
H A DType.h4631 bool hasConstFields() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp194 if (!RTy || !RTy->hasConstFields()) in containsConst()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp662 if (R->hasConstFields()) in IsModifiable()
H A DType.cpp3491 bool RecordType::hasConstFields() const { in hasConstFields() function in RecordType