OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Templated
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/PCH/
rdar10830559.cpp
14
class
Templated
34
friend class
Templated
< Bar::BarImpl >::s;
/external/clang/test/SemaTemplate/
instantiate-try-catch.cpp
18
class
Templated
{
25
} catch(Exception e) { // expected-error{{calling a private constructor of class 'PR10232::
Templated
<int>::Exception'}}
30
template class
Templated
<int>; // expected-note{{in instantiation of member function 'PR10232::
Templated
<int>::exception' requested here}}
/external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp
643
// we get the CXXRecordDecl of the
templated
declaration.
648
NamedDecl *
Templated
=
650
if (CXXRecordDecl *TemplatedRecord = dyn_cast<CXXRecordDecl>(
Templated
)) {
654
TypeAliasDecl *AliasDecl = dyn_cast<TypeAliasDecl>(
Templated
);
/external/clang/test/SemaCXX/
cxx1y-deduced-return-type.cpp
437
namespace
Templated
{
Completed in 137 milliseconds