reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/clang/unittests/AST/ASTImporterTest.cpp
  462 TEST_P(ImportExpr, ImportStringLiteral) {
  481 TEST_P(ImportExpr, ImportChooseExpr) {
  492 TEST_P(ImportExpr, ImportGNUNullExpr) {
  500 TEST_P(ImportExpr, ImportCXXNullPtrLiteralExpr) {
  509 TEST_P(ImportExpr, ImportFloatinglLiteralExpr) {
  523 TEST_P(ImportExpr, ImportImaginaryLiteralExpr) {
  531 TEST_P(ImportExpr, ImportCompoundLiteralExpr) {
  551 TEST_P(ImportExpr, ImportCXXThisExpr) {
  564 TEST_P(ImportExpr, ImportAtomicExpr) {
  577 TEST_P(ImportExpr, ImportLabelDeclAndAddrLabelExpr) {
  595 TEST_P(ImportExpr, ImportParenListExpr) {
  612 TEST_P(ImportExpr, ImportSwitch) {
  621 TEST_P(ImportExpr, ImportStmtExpr) {
  642 TEST_P(ImportExpr, ImportConditionalOperator) {
  656 TEST_P(ImportExpr, ImportBinaryConditionalOperator) {
  677 TEST_P(ImportExpr, ImportDesignatedInitExpr) {
  701 TEST_P(ImportExpr, ImportPredefinedExpr) {
  715 TEST_P(ImportExpr, ImportInitListExpr) {
  744 TEST_P(ImportExpr, ImportVAArgExpr) {
  754 TEST_P(ImportExpr, CXXTemporaryObjectExpr) {
  782 TEST_P(ImportExpr, ImportCXXDependentScopeMemberExpr) {
  870 TEST_P(ImportExpr, ImportSizeOfPackExpr) {
  902 TEST_P(ImportExpr, ImportTypeTraitExpr) {
  914 TEST_P(ImportExpr, ImportCXXTypeidExpr) {
  930 TEST_P(ImportExpr, ImportTypeTraitExprValDep) {
 1014 TEST_P(ImportExpr, ImportCXXPseudoDestructorExpr) {
 1058 TEST_P(ImportExpr, ImportUnresolvedLookupExpr) {
 1071 TEST_P(ImportExpr, ImportCXXUnresolvedConstructExpr) {
 1128 TEST_P(ImportExpr, CXXOperatorCallExpr) {
 1139 TEST_P(ImportExpr, DependentSizedArrayType) {
 2938 TEST_P(ImportExpr, DependentScopeDeclRefExpr) {
 2965 TEST_P(ImportExpr, DependentNameType) {
 2975 TEST_P(ImportExpr, UnresolvedMemberExpr) {

References

utils/unittest/googletest/include/gtest/internal/gtest-internal.h
  452   return &(TypeIdHelper<T>::dummy_);
utils/unittest/googletest/include/gtest/internal/gtest-param-util.h
  504   typedef typename TestCase::ParamType ParamType;
  516   virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
  593               TestCase::SetUpTestCase,
  594               TestCase::TearDownTestCase,
  681   ParameterizedTestCaseInfo<TestCase>* GetTestCasePatternHolder(
  684     ParameterizedTestCaseInfo<TestCase>* typed_test_info = NULL;
  688         if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
  699               ParameterizedTestCaseInfo<TestCase> >(*it);
  705       typed_test_info = new ParameterizedTestCaseInfo<TestCase>(