HomeSort by relevance Sort by last modified time
    Searched refs:Tmpl (Results 1 - 20 of 20) 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 (const 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 482 bool InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl);
483 bool InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl);
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 122 const Decl *Tmpl, Decl *New,
125 for (AttrVec::const_iterator i = Tmpl->attr_begin(), e = Tmpl->attr_end();
    [all...]
SemaLookup.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 634 /// the static data member template \p Tmpl of a class template.
635 void setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl,
657 void setInstantiatedFromUnnamedFieldDecl(FieldDecl *Inst, FieldDecl *Tmpl);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-type-util.h     [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-type-util.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/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/mesa3d/src/gtest/include/gtest/internal/
gtest-type-util.h     [all...]
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-type-util.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-type-util.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-type-util.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 1754 milliseconds