HomeSort by relevance Sort by last modified time
    Searched full:functiontemplatedecl (Results 1 - 25 of 189) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/include/clang/AST/
ASTLambda.h 56 if (FunctionTemplateDecl *F = dyn_cast<FunctionTemplateDecl>(D))
ASTMutationListener.h 26 class FunctionTemplateDecl;
70 virtual void AddedCXXTemplateSpecialization(const FunctionTemplateDecl *TD,
DeclTemplate.h 33 class FunctionTemplateDecl;
401 FunctionTemplateDecl *Template,
414 Create(ASTContext &C, FunctionDecl *FD, FunctionTemplateDecl *Template,
428 llvm::PointerIntPair<FunctionTemplateDecl *, 2> Template;
442 FunctionTemplateDecl *getTemplate() const { return Template.getPointer(); }
567 FunctionTemplateDecl *> {
580 size_t numTrailingObjects(OverloadToken<FunctionTemplateDecl *>) const {
598 FunctionTemplateDecl *getTemplate(unsigned I) const {
600 return getTrailingObjects<FunctionTemplateDecl *>()[I];
778 /// \c X<int>::f is a FunctionTemplateDecl that describes the functio
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTLambda.h 56 if (FunctionTemplateDecl *F = dyn_cast<FunctionTemplateDecl>(D))
ASTMutationListener.h 27 class FunctionTemplateDecl;
71 virtual void AddedCXXTemplateSpecialization(const FunctionTemplateDecl *TD,
DeclTemplate.h 32 class FunctionTemplateDecl;
496 FunctionTemplateDecl *Template,
509 Create(ASTContext &C, FunctionDecl *FD, FunctionTemplateDecl *Template,
523 llvm::PointerIntPair<FunctionTemplateDecl *, 2> Template;
537 FunctionTemplateDecl *getTemplate() const { return Template.getPointer(); }
662 FunctionTemplateDecl *> {
675 size_t numTrailingObjects(OverloadToken<FunctionTemplateDecl *>) const {
693 FunctionTemplateDecl *getTemplate(unsigned I) const {
695 return getTrailingObjects<FunctionTemplateDecl *>()[I];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTLambda.h 56 if (FunctionTemplateDecl *F = dyn_cast<FunctionTemplateDecl>(D))
ASTMutationListener.h 27 class FunctionTemplateDecl;
71 virtual void AddedCXXTemplateSpecialization(const FunctionTemplateDecl *TD,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTLambda.h 56 if (FunctionTemplateDecl *F = dyn_cast<FunctionTemplateDecl>(D))
ASTMutationListener.h 27 class FunctionTemplateDecl;
71 virtual void AddedCXXTemplateSpecialization(const FunctionTemplateDecl *TD,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTLambda.h 56 if (FunctionTemplateDecl *F = dyn_cast<FunctionTemplateDecl>(D))
ASTMutationListener.h 27 class FunctionTemplateDecl;
71 virtual void AddedCXXTemplateSpecialization(const FunctionTemplateDecl *TD,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTLambda.h 56 if (FunctionTemplateDecl *F = dyn_cast<FunctionTemplateDecl>(D))
ASTMutationListener.h 27 class FunctionTemplateDecl;
71 virtual void AddedCXXTemplateSpecialization(const FunctionTemplateDecl *TD,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTLambda.h 56 if (FunctionTemplateDecl *F = dyn_cast<FunctionTemplateDecl>(D))
ASTMutationListener.h 27 class FunctionTemplateDecl;
71 virtual void AddedCXXTemplateSpecialization(const FunctionTemplateDecl *TD,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTLambda.h 56 if (FunctionTemplateDecl *F = dyn_cast<FunctionTemplateDecl>(D))
ASTMutationListener.h 27 class FunctionTemplateDecl;
71 virtual void AddedCXXTemplateSpecialization(const FunctionTemplateDecl *TD,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTLambda.h 56 if (FunctionTemplateDecl *F = dyn_cast<FunctionTemplateDecl>(D))
ASTMutationListener.h 27 class FunctionTemplateDecl;
71 virtual void AddedCXXTemplateSpecialization(const FunctionTemplateDecl *TD,
  /external/clang/test/Misc/
ast-dump-stmt.cpp 65 // CHECK: FunctionTemplateDecl {{.*}} TestDependentAllocationExpr
ast-dump-decl.cpp 198 // CHECK: FunctionTemplateDecl{{.*}} TestFunctionTemplate
293 // CHECK: FunctionTemplateDecl{{.*}} TestFunctionTemplate
300 // CHECK: FunctionTemplateDecl{{.*}} TestFunctionTemplate
338 // CHECK-NEXT: FunctionTemplateDecl
347 // CHECK-NEXT: FunctionTemplateDecl
358 // CHECK: FunctionTemplateDecl
ast-dump-comment.cpp 74 // CHECK: FunctionTemplateDecl{{.*}}Test_TemplatedFunctionVariadic
  /external/clang/lib/AST/
DeclFriend.cpp 37 isa<FunctionTemplateDecl>(D) ||
DeclTemplate.cpp 239 // FunctionTemplateDecl Implementation
242 void FunctionTemplateDecl::DeallocateCommon(void *Ptr) {
246 FunctionTemplateDecl *FunctionTemplateDecl::Create(ASTContext &C,
253 return new (C, DC) FunctionTemplateDecl(C, DC, L, Name, Params, Decl);
256 FunctionTemplateDecl *FunctionTemplateDecl::CreateDeserialized(ASTContext &C,
258 return new (C, ID) FunctionTemplateDecl(C, nullptr, SourceLocation(),
263 FunctionTemplateDecl::newCommon(ASTContext &C) const {
269 void FunctionTemplateDecl::LoadLazySpecializations() const
    [all...]

Completed in 557 milliseconds

1 2 3 4 5 6 7 8