HomeSort by relevance Sort by last modified time
    Searched refs:Tmpl (Results 1 - 23 of 23) 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/lib/Sema/
SemaTemplateInstantiateDecl.cpp 172 const EnableIfAttr *A, const Decl *Tmpl, Decl *New) {
190 !Expr::isPotentialConstantExprUnevaluated(Cond, cast<FunctionDecl>(Tmpl),
206 const Decl *Tmpl, Decl *New,
209 for (const auto *TmplAttr : Tmpl->attrs()) {
231 instantiateDependentEnableIfAttr(*this, TemplateArgs, EnableIf, Tmpl,
    [all...]
SemaLookup.cpp     [all...]
SemaTemplateInstantiate.cpp 87 VarTemplateDecl *Tmpl = Specialized.get<VarTemplateDecl *>();
88 if (Tmpl->isMemberSpecialization())
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/include/clang/Sema/
Template.h 489 bool InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl);
490 bool InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl);
Sema.h     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 712 /// the static data member template \p Tmpl of a class template.
713 void setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl,
735 void setInstantiatedFromUnnamedFieldDecl(FieldDecl *Inst, FieldDecl *Tmpl);
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/google-breakpad/src/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/mesa3d/src/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...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 905 milliseconds