HomeSort by relevance Sort by last modified time
    Searched refs:Templated (Results 1 - 5 of 5) 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 644 // we get the CXXRecordDecl of the templated declaration.
649 NamedDecl *Templated =
651 if (CXXRecordDecl *TemplatedRecord = dyn_cast<CXXRecordDecl>(Templated)) {
655 TypeAliasDecl *AliasDecl = dyn_cast<TypeAliasDecl>(Templated);
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaTemplate.cpp 478 /// the parameter D to reference the templated declaration and return a pointer
    [all...]

Completed in 55 milliseconds