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

1 2 3

  /external/clang/test/SemaTemplate/
class-template-ctor-initializer.cpp 19 template<typename T> struct Tmpl { };
23 struct TmplC : Tmpl<int> {
25 Tmpl<int>(),
30 struct TmplD : Tmpl<char>, TmplB<char> {
32 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 490 bool InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl);
491 bool InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Template.h 516 bool InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl);
517 bool InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Template.h 516 bool InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl);
517 bool InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Template.h 516 bool InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl);
517 bool InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Template.h 516 bool InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl);
517 bool InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Template.h 516 bool InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl);
517 bool InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Template.h 516 bool InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl);
517 bool InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Template.h 516 bool InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl);
517 bool InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Template.h 516 bool InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl);
517 bool InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl);
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 172 const EnableIfAttr *A, const Decl *Tmpl, Decl *New) {
190 !Expr::isPotentialConstantExprUnevaluated(Cond, cast<FunctionDecl>(Tmpl),
311 const Decl *Tmpl, Decl *New,
314 for (const auto *TmplAttr : Tmpl->attrs()) {
336 instantiateDependentEnableIfAttr(*this, TemplateArgs, EnableIf, Tmpl,
    [all...]
SemaTemplateInstantiate.cpp 88 VarTemplateDecl *Tmpl = Specialized.get<VarTemplateDecl *>();
89 if (Tmpl->isMemberSpecialization())
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 794 /// the static data member template \p Tmpl of a class template.
795 void setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl,
817 void setInstantiatedFromUnnamedFieldDecl(FieldDecl *Inst, FieldDecl *Tmpl);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h 853 /// the static data member template \p Tmpl of a class template.
854 void setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl,
876 void setInstantiatedFromUnnamedFieldDecl(FieldDecl *Inst, FieldDecl *Tmpl);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h 853 /// the static data member template \p Tmpl of a class template.
854 void setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl,
876 void setInstantiatedFromUnnamedFieldDecl(FieldDecl *Inst, FieldDecl *Tmpl);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h 853 /// the static data member template \p Tmpl of a class template.
854 void setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl,
876 void setInstantiatedFromUnnamedFieldDecl(FieldDecl *Inst, FieldDecl *Tmpl);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h 853 /// the static data member template \p Tmpl of a class template.
854 void setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl,
876 void setInstantiatedFromUnnamedFieldDecl(FieldDecl *Inst, FieldDecl *Tmpl);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h 853 /// the static data member template \p Tmpl of a class template.
854 void setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl,
876 void setInstantiatedFromUnnamedFieldDecl(FieldDecl *Inst, FieldDecl *Tmpl);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h 853 /// the static data member template \p Tmpl of a class template.
854 void setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl,
876 void setInstantiatedFromUnnamedFieldDecl(FieldDecl *Inst, FieldDecl *Tmpl);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h 853 /// the static data member template \p Tmpl of a class template.
854 void setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl,
876 void setInstantiatedFromUnnamedFieldDecl(FieldDecl *Inst, FieldDecl *Tmpl);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h 853 /// the static data member template \p Tmpl of a class template.
854 void setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl,
876 void setInstantiatedFromUnnamedFieldDecl(FieldDecl *Inst, FieldDecl *Tmpl);
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]

Completed in 934 milliseconds

1 2 3