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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h441 bool HasDeclaredCopyConstructorWithConstParam : 1; member in struct:clang::CXXRecordDecl::DefinitionData
842 return data().HasDeclaredCopyConstructorWithConstParam ||
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp72 HasDeclaredCopyConstructorWithConstParam(false),
510 data().HasDeclaredCopyConstructorWithConstParam = true;
H A DASTImporter.cpp1982 ToData.HasDeclaredCopyConstructorWithConstParam
1983 = FromData.HasDeclaredCopyConstructorWithConstParam;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1209 Data.HasDeclaredCopyConstructorWithConstParam = Record[Idx++];
H A DASTWriter.cpp5107 Record.push_back(Data.HasDeclaredCopyConstructorWithConstParam);

Completed in 98 milliseconds