HomeSort by relevance Sort by last modified time
    Searched refs:Tmpl (Results 1 - 15 of 15) sorted by null

  /external/clang/test/SemaTemplate/
class-template-ctor-initializer.cpp 17 template<typename T> struct Tmpl { };
21 struct TmplC : Tmpl<int> {
23 Tmpl<int>(),
28 struct TmplD : Tmpl<char>, TmplB<char> {
30 Tmpl<int>(), // expected-error {{type 'Tmpl<int>' is not a direct or virtual base of 'TmplD'}}
  /external/clang/tools/libclang/
CIndexCXX.cpp 117 } else if (RedeclarableTemplateDecl *Tmpl
119 Template = Tmpl->getInstantiatedFromMemberTemplate();
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 11 template < template < typename > class Tmpl > struct TemplateSel
15 typedef Tmpl < T > type;
  /external/clang/include/clang/Sema/
Template.h 471 bool InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl);
472 bool InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl);
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 64 const Decl *Tmpl, Decl *New,
67 for (AttrVec::const_iterator i = Tmpl->attr_begin(), e = Tmpl->attr_end();
    [all...]
SemaLookup.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 440 /// the static data member template \p Tmpl of a class template.
441 void setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl,
460 void setInstantiatedFromUnnamedFieldDecl(FieldDecl *Inst, FieldDecl *Tmpl);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 534 ASTContext::setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl,
538 assert(Tmpl->isStaticDataMember() && "Not a static data member");
542 = new (*this) MemberSpecializationInfo(Tmpl, TSK, PointOfInstantiation);
610 FieldDecl *Tmpl) {
612 assert(!Tmpl->getDeclName() && "Template field decl is not unnamed");
616 InstantiatedFromUnnamedFieldDecl[Inst] = Tmpl;
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-type-util.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-type-util.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-type-util.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-type-util.h     [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h     [all...]

Completed in 259 milliseconds