Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DCXXRecordDeclDefinitionBits.def235 FIELD(HasDeclaredCopyConstructorWithConstParam, 1, MERGE_OR)
DDeclCXX.h804 return data().HasDeclaredCopyConstructorWithConstParam || in hasCopyConstructorWithConstParam()
/external/clang/lib/AST/
DDeclCXX.cpp72 HasDeclaredCopyConstructorWithConstParam(false), in DefinitionData()
532 data().HasDeclaredCopyConstructorWithConstParam = true; in addedMember()
DASTImporter.cpp2168 ToData.HasDeclaredCopyConstructorWithConstParam in ImportDefinition()
2169 = FromData.HasDeclaredCopyConstructorWithConstParam; in ImportDefinition()
/external/clang/include/clang/AST/
DDeclCXX.h450 unsigned HasDeclaredCopyConstructorWithConstParam : 1; member
882 return data().HasDeclaredCopyConstructorWithConstParam || in hasCopyConstructorWithConstParam()
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp108 HasDeclaredCopyConstructorWithConstParam(false), in DefinitionData()
789 data().HasDeclaredCopyConstructorWithConstParam = true; in addedMember()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1503 Data.HasDeclaredCopyConstructorWithConstParam = Record[Idx++]; in ReadCXXDefinitionData()
1632 OR_FIELD(HasDeclaredCopyConstructorWithConstParam) in MergeDefinitionData()
DASTWriter.cpp5515 Record->push_back(Data.HasDeclaredCopyConstructorWithConstParam); in AddCXXDefinitionData()