Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DCXXRecordDeclDefinitionBits.def239 FIELD(HasDeclaredCopyAssignmentWithConstParam, 1, MERGE_OR)
DDeclCXX.h922 return data().HasDeclaredCopyAssignmentWithConstParam || in hasCopyAssignmentWithConstParam()
/external/clang/include/clang/AST/
DDeclCXX.h454 unsigned HasDeclaredCopyAssignmentWithConstParam : 1; member
964 return data().HasDeclaredCopyAssignmentWithConstParam || in hasCopyAssignmentWithConstParam()
/external/clang/lib/AST/
DDeclCXX.cpp73 HasDeclaredCopyAssignmentWithConstParam(false), IsLambda(false), in DefinitionData()
589 data().HasDeclaredCopyAssignmentWithConstParam = true; in addedMember()
DASTImporter.cpp2170 ToData.HasDeclaredCopyAssignmentWithConstParam in ImportDefinition()
2171 = FromData.HasDeclaredCopyAssignmentWithConstParam; in ImportDefinition()
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp109 HasDeclaredCopyAssignmentWithConstParam(false), IsLambda(false), in DefinitionData()
845 data().HasDeclaredCopyAssignmentWithConstParam = true; in addedMember()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1504 Data.HasDeclaredCopyAssignmentWithConstParam = Record[Idx++]; in ReadCXXDefinitionData()
1633 OR_FIELD(HasDeclaredCopyAssignmentWithConstParam) in MergeDefinitionData()
DASTWriter.cpp5516 Record->push_back(Data.HasDeclaredCopyAssignmentWithConstParam); in AddCXXDefinitionData()