| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| DeclTemplate.h | 633 "Cannot encode undeclared template specializations for members"); 652 "Cannot encode undeclared template specializations for members"); 828 /// If non-null, points to an array of specializations (including 829 /// partial specializations) known only by their external declaration IDs. 831 /// The first value in the array is the number of specializations/partial 832 /// specializations that follow. 871 /// member template \c X<int>::Inner are member specializations. 892 "Only member templates can be member template specializations"); 981 /// The function template specializations for this function 982 /// template, including explicit specializations and instantiations 1081 spec_range specializations() const { function in class:clang::FunctionTemplateDecl 2410 spec_range specializations() const { function in class:clang::ClassTemplateDecl 3213 spec_range specializations() const { function in class:clang::VarTemplateDecl [all...] |
| DeclTemplate.h | 633 "Cannot encode undeclared template specializations for members"); 652 "Cannot encode undeclared template specializations for members"); 828 /// If non-null, points to an array of specializations (including 829 /// partial specializations) known only by their external declaration IDs. 831 /// The first value in the array is the number of specializations/partial 832 /// specializations that follow. 871 /// member template \c X<int>::Inner are member specializations. 892 "Only member templates can be member template specializations"); 981 /// The function template specializations for this function 982 /// template, including explicit specializations and instantiations 1081 spec_range specializations() const { function in class:clang::FunctionTemplateDecl 2410 spec_range specializations() const { function in class:clang::ClassTemplateDecl 3213 spec_range specializations() const { function in class:clang::VarTemplateDecl [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| pt.cc | 83 // specializations. 377 they are instantiations, not specializations. 416 partial specializations. */ 521 /* Disregard full specializations (c++/60999). */ 1171 /* Returns nonzero if we can optimize the retrieval of specializations 1308 spec_hash_table *specializations; local 1315 specializations = type_specializations; 1317 specializations = decl_specializations; 1321 found = specializations->find_with_hash (&elt, hash); 1591 /* We don't put these specializations in the hash table, but we migh [all...] |
| pt.cc | 83 // specializations. 377 they are instantiations, not specializations. 416 partial specializations. */ 521 /* Disregard full specializations (c++/60999). */ 1171 /* Returns nonzero if we can optimize the retrieval of specializations 1308 spec_hash_table *specializations; local 1315 specializations = type_specializations; 1317 specializations = decl_specializations; 1321 found = specializations->find_with_hash (&elt, hash); 1591 /* We don't put these specializations in the hash table, but we migh [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| pt.cc | 86 // specializations. 408 they are instantiations, not specializations. 447 partial specializations. */ 554 /* Disregard full specializations (c++/60999). */ 1282 spec_hash_table *specializations; local 1284 specializations = type_specializations; 1286 specializations = decl_specializations; 1290 if (spec_entry *found = specializations->find_with_hash (&elt, hash)) 1660 of all specializations in case we need to reassign them to a friend 1678 template specializations). * 31740 hash_table<spec_hasher> *specializations local [all...] |
| pt.cc | 86 // specializations. 408 they are instantiations, not specializations. 447 partial specializations. */ 554 /* Disregard full specializations (c++/60999). */ 1282 spec_hash_table *specializations; local 1284 specializations = type_specializations; 1286 specializations = decl_specializations; 1290 if (spec_entry *found = specializations->find_with_hash (&elt, hash)) 1660 of all specializations in case we need to reassign them to a friend 1678 template specializations). * 31740 hash_table<spec_hasher> *specializations local [all...] |