Home
last modified time | relevance | path

Searched refs:HasDeclaredCopyConstructorWithConstParam (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DCXXRecordDeclDefinitionBits.def242 FIELD(HasDeclaredCopyConstructorWithConstParam, 1, MERGE_OR)
DDeclCXX.h839 return data().HasDeclaredCopyConstructorWithConstParam || in hasCopyConstructorWithConstParam()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DCXXRecordDeclDefinitionBits.def242 FIELD(HasDeclaredCopyConstructorWithConstParam, 1, MERGE_OR)
DDeclCXX.h839 return data().HasDeclaredCopyConstructorWithConstParam || in hasCopyConstructorWithConstParam()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DCXXRecordDeclDefinitionBits.def242 FIELD(HasDeclaredCopyConstructorWithConstParam, 1, MERGE_OR)
DDeclCXX.h839 return data().HasDeclaredCopyConstructorWithConstParam || in hasCopyConstructorWithConstParam()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DCXXRecordDeclDefinitionBits.def242 FIELD(HasDeclaredCopyConstructorWithConstParam, 1, MERGE_OR)
DDeclCXX.h840 return data().HasDeclaredCopyConstructorWithConstParam || in hasCopyConstructorWithConstParam()
/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclCXX.h450 unsigned HasDeclaredCopyConstructorWithConstParam : 1; member
882 return data().HasDeclaredCopyConstructorWithConstParam || in hasCopyConstructorWithConstParam()
/aosp_15_r20/external/clang/lib/AST/
H A DDeclCXX.cpp72 HasDeclaredCopyConstructorWithConstParam(false), in DefinitionData()
532 data().HasDeclaredCopyConstructorWithConstParam = true; in addedMember()
H A DASTImporter.cpp2168 ToData.HasDeclaredCopyConstructorWithConstParam in ImportDefinition()
2169 = FromData.HasDeclaredCopyConstructorWithConstParam; in ImportDefinition()
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1503 Data.HasDeclaredCopyConstructorWithConstParam = Record[Idx++]; in ReadCXXDefinitionData()
1632 OR_FIELD(HasDeclaredCopyConstructorWithConstParam) in MergeDefinitionData()
H A DASTWriter.cpp5515 Record->push_back(Data.HasDeclaredCopyConstructorWithConstParam); in AddCXXDefinitionData()