HomeSort by: relevance | last modified time | path
    Searched refs:FunctionTemplateDecl (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTLambda.h 55 if (FunctionTemplateDecl *F = dyn_cast<FunctionTemplateDecl>(D))
ASTDumper.h 43 void VisitFunctionTemplateDecl(const FunctionTemplateDecl *D);
ASTMutationListener.h 27 class FunctionTemplateDecl;
72 virtual void AddedCXXTemplateSpecialization(const FunctionTemplateDecl *TD,
DeclTemplate.h 49 class FunctionTemplateDecl;
479 llvm::PointerIntPair<FunctionTemplateDecl *, 2> Template;
496 FunctionDecl *FD, FunctionTemplateDecl *Template,
516 Create(ASTContext &C, FunctionDecl *FD, FunctionTemplateDecl *Template,
526 FunctionTemplateDecl *getTemplate() const { return Template.getPointer(); }
686 FunctionTemplateDecl *> {
699 size_t numTrailingObjects(OverloadToken<FunctionTemplateDecl *>) const {
719 FunctionTemplateDecl *getTemplate(unsigned I) const {
721 return getTrailingObjects<FunctionTemplateDecl *>()[I];
915 /// \c X<int>::f is a FunctionTemplateDecl that describes the functio
    [all...]
DeclFriend.h 152 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(ND))
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclFriend.cpp 44 isa<FunctionTemplateDecl>(D) ||
DeclTemplate.cpp 338 // FunctionTemplateDecl Implementation
341 FunctionTemplateDecl *FunctionTemplateDecl::Create(ASTContext &C,
348 return new (C, DC) FunctionTemplateDecl(C, DC, L, Name, Params, Decl);
351 FunctionTemplateDecl *FunctionTemplateDecl::CreateDeserialized(ASTContext &C,
353 return new (C, ID) FunctionTemplateDecl(C, nullptr, SourceLocation(),
358 FunctionTemplateDecl::newCommon(ASTContext &C) const {
364 void FunctionTemplateDecl::LoadLazySpecializations() const {
369 FunctionTemplateDecl::getSpecializations() const
    [all...]
Comment.cpp 263 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl);
Decl.cpp 395 FunctionTemplateDecl *temp = specInfo->getTemplate();
2960 if (const FunctionTemplateDecl *Template = getDescribedFunctionTemplate()) {
2961 if (const FunctionTemplateDecl *InstantiatedFrom =
3260 if (FunctionTemplateDecl *FunTmpl = getDescribedFunctionTemplate()) {
3261 FunctionTemplateDecl *PrevFunTmpl
3636 if (TemplateOrSpecialization.is<FunctionTemplateDecl *>())
3677 FunctionTemplateDecl *FunctionDecl::getDescribedFunctionTemplate() const {
3678 return TemplateOrSpecialization.dyn_cast<FunctionTemplateDecl *>();
3681 void FunctionDecl::setDescribedFunctionTemplate(FunctionTemplateDecl *Template) {
3762 if (FunctionTemplateDecl *Primary = getPrimaryTemplate())
    [all...]
ASTDumper.cpp 139 void ASTDumper::VisitFunctionTemplateDecl(const FunctionTemplateDecl *D) {
DeclPrinter.cpp 83 void VisitFunctionTemplateDecl(FunctionTemplateDecl *D);
458 } else if (auto TD = dyn_cast<FunctionTemplateDecl>(*D)) {
483 (isa<FunctionTemplateDecl>(*D) &&
484 cast<FunctionTemplateDecl>(*D)->getTemplatedDecl()->doesThisDeclarationHaveABody())))
814 else if (FunctionTemplateDecl *FTD =
815 dyn_cast<FunctionTemplateDecl>(D->getFriendDecl())) {
1152 void DeclPrinter::VisitFunctionTemplateDecl(FunctionTemplateDecl *D) {
CommentSema.cpp 840 if (const FunctionTemplateDecl *FTD =
841 dyn_cast<FunctionTemplateDecl>(ThisDeclInfo->CurrentDecl))
1002 (isa<FunctionTemplateDecl>(ThisDeclInfo->CurrentDecl));
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
CodeCompleteConsumer.h 42 class FunctionTemplateDecl;
1028 FunctionTemplateDecl *FunctionTemplate;
1039 OverloadCandidate(FunctionTemplateDecl *FunctionTemplateDecl)
1040 : Kind(CK_FunctionTemplate), FunctionTemplate(FunctionTemplateDecl) {}
1053 FunctionTemplateDecl *getFunctionTemplate() const {
Overload.h 796 /// Might be a UsingShadowDecl or a FunctionTemplateDecl.
1164 FunctionTemplateDecl *ConstructorTmpl;
1180 Info.ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
USRFindingAction.cpp 87 } else if (const auto *FD = dyn_cast<FunctionTemplateDecl>(FoundDecl)) {
138 void handleFunctionTemplateDecl(const FunctionTemplateDecl *FTD) {
172 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(D))
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InterfaceStubFunctionsConsumer.cpp 150 void HandleTemplateSpecializations(const FunctionTemplateDecl &FTD,
183 HandleTemplateSpecializations(*cast<FunctionTemplateDecl>(ND), Symbols,
MultiplexConsumer.cpp 89 void AddedCXXTemplateSpecialization(const FunctionTemplateDecl *TD,
149 const FunctionTemplateDecl *TD, const FunctionDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAccess.cpp 413 FunctionTemplateDecl *Context,
414 FunctionTemplateDecl *Friend) {
525 FunctionTemplateDecl *Friend) {
533 FunctionTemplateDecl *FTD = (*I)->getPrimaryTemplate();
572 if (isa<FunctionTemplateDecl>(Friend))
573 return MatchesFriend(S, EC, cast<FunctionTemplateDecl>(Friend));
1087 (isa<FunctionTemplateDecl>(D) &&
1089 cast<FunctionTemplateDecl>(D)->getTemplatedDecl()))) {
SemaLambda.cpp 405 FunctionTemplateDecl *const TemplateMethod = TemplateParams ?
406 FunctionTemplateDecl::Create(Context, Class,
1456 FunctionTemplateDecl *TemplateCallOperator =
1458 FunctionTemplateDecl *ConversionTemplate =
1459 FunctionTemplateDecl::Create(S.Context, Class,
1495 FunctionTemplateDecl *TemplateCallOperator =
1497 FunctionTemplateDecl *StaticInvokerTemplate = FunctionTemplateDecl::Create(
SemaTemplateDeduction.cpp 1184 static unsigned getFirstInnerIndex(FunctionTemplateDecl *FTD) {
3209 FunctionTemplateDecl *FunctionTemplate,
3527 FunctionTemplateDecl *FunctionTemplate,
3555 FunctionTemplateDecl *FunctionTemplate,
3787 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D)) {
3938 hasDeducibleTemplateParameters(Sema &S, FunctionTemplateDecl *FunctionTemplate,
4074 FunctionTemplateDecl *FunctionTemplate,
4294 FunctionTemplateDecl *FunctionTemplate,
4416 Sema::DeduceTemplateArguments(FunctionTemplateDecl *ConversionTemplate
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.h 24 class FunctionTemplateDecl;
410 bool handleFunctionTemplate(const FunctionTemplateDecl *D);
CursorVisitor.h 219 bool VisitFunctionTemplateDecl(FunctionTemplateDecl *D);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CallGraph.cpp 83 if (FunctionTemplateDecl *FTD = LE->getDependentCallOperator())
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp 409 if (const auto *FunTmpl = dyn_cast<FunctionTemplateDecl>(LM.Method))
453 if (FunctionTemplateDecl *FunTmpl
454 = dyn_cast<FunctionTemplateDecl>(LM.Method))
575 !isa<FunctionTemplateDecl>(LM.D) ||
576 cast<FunctionTemplateDecl>(LM.D)->getTemplateParameters()->getDepth()
  /src/external/apache2/llvm/dist/clang/lib/Index/
USRGeneration.cpp 90 void VisitFunctionTemplateDecl(const FunctionTemplateDecl *D);
231 if (FunctionTemplateDecl *FunTmpl = D->getDescribedFunctionTemplate()) {
372 void USRGenerator::VisitFunctionTemplateDecl(const FunctionTemplateDecl *D) {

Completed in 53 milliseconds

1 2 3 4