HomeSort by relevance Sort by last modified time
    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 782 // we get the CXXRecordDecl of the templated declaration.
787 NamedDecl *Templated =
789 if (CXXRecordDecl *TemplatedRecord = dyn_cast<CXXRecordDecl>(Templated)) {
793 TypeAliasDecl *AliasDecl = dyn_cast<TypeAliasDecl>(Templated);
    [all...]
  /external/clang/test/SemaCXX/
cxx1y-deduced-return-type.cpp 437 namespace Templated {

Completed in 276 milliseconds