Searched refs:PropertyType (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h56 #define PropertyTypeClassName "PropertyType"
247 class PropertyType : public WrappedRecord { class in namespace:clang::tblgen
249 PropertyType(llvm::Record *record = nullptr) : WrappedRecord(record) {} function in class:clang::tblgen::PropertyType
281 PropertyType getArrayElementType() const {
288 PropertyType getOptionalElementType() const {
295 PropertyType getSuperclassType() const {
336 PropertyType getParentType() const {
341 PropertyType getKindType() const {
371 PropertyType getParentType() const {
391 PropertyType getTyp
[all...]
H A DClangASTPropertiesEmitter.cpp93 std::vector<PropertyType> AllPropertyTypes;
94 std::map<PropertyType, CasedTypeInfo> CasedTypeInfos;
150 for (PropertyType type :
162 PropertyType type = kindRule.getParentType();
251 PropertyType type, StringRef condition = "");
255 PropertyType type, StringRef readCode,
263 void emitCasedReaderWriterMethodBody(PropertyType type,
278 void validateType(PropertyType type, WrappedRecord context);
324 void ASTPropsEmitter::Validator::validateType(PropertyType type,
477 PropertyType typ
[all...]
H A DASTTableGen.cpp74 void PropertyType::emitCXXValueTypeName(bool forRead, raw_ostream &out) const {
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2524 // PropertyType.
2525 template <typename Class, typename PropertyType, typename Property>
2528 // The property may have a reference type, so 'const PropertyType&'
2531 // PropertyType being a reference or not.
2532 typedef GTEST_REFERENCE_TO_CONST_(PropertyType) RefToConstProperty;
4506 template <typename Class, typename PropertyType, typename PropertyMatcher>
4508 Class, PropertyType, PropertyType (Class::*)() const> >
4509 Property(PropertyType (Class::*property)() const,
4512 internal::PropertyMatcher<Class, PropertyType,
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp7377 QualType PropertyType = Context.getObjCIdType(); local
7381 PropertyType =
7385 Results.setPreferredType(PropertyType);
7432 GetCompletionTypeString(PropertyType, Context, Policy, Allocator));

Completed in 94 milliseconds