Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclCXX.h456 bool HasDeclaredCopyConstructorWithConstParam : 1; member
877 return data().HasDeclaredCopyConstructorWithConstParam || in hasCopyConstructorWithConstParam()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclCXX.cpp71 HasDeclaredCopyConstructorWithConstParam(false), in DefinitionData()
514 data().HasDeclaredCopyConstructorWithConstParam = true; in addedMember()
HDASTImporter.cpp2047 ToData.HasDeclaredCopyConstructorWithConstParam in ImportDefinition()
2048 = FromData.HasDeclaredCopyConstructorWithConstParam; in ImportDefinition()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp1452 Data.HasDeclaredCopyConstructorWithConstParam = Record[Idx++]; in ReadCXXDefinitionData()
1583 OR_FIELD(HasDeclaredCopyConstructorWithConstParam) in MergeDefinitionData()
HDASTWriter.cpp5531 Record.push_back(Data.HasDeclaredCopyConstructorWithConstParam); in AddCXXDefinitionData()