HomeSort by: relevance | last modified time | path
    Searched refs:template_arguments (Results 1 - 24 of 24) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
NestedNameSpecifier.cpp 317 printTemplateArgumentList(OS, SpecType->template_arguments(),
325 printTemplateArgumentList(OS, DepSpecType->template_arguments(),
ComputeDependence.cpp 721 for (auto A : E->template_arguments())
731 for (auto A : E->template_arguments())
771 for (auto A : E->template_arguments())
StmtPrinter.cpp 1010 printTemplateArgumentList(OS, Node->template_arguments(), Policy, TPL);
1022 printTemplateArgumentList(OS, Node->template_arguments(), Policy);
1032 printTemplateArgumentList(OS, Node->template_arguments(), Policy);
1424 printTemplateArgumentList(OS, Node->template_arguments(), Policy, TPL);
2199 printTemplateArgumentList(OS, Node->template_arguments(), Policy);
2213 printTemplateArgumentList(OS, Node->template_arguments(), Policy);
ODRHash.cpp 1018 for (const auto &TA : T->template_arguments()) {
1083 for (const auto &TA : T->template_arguments()) {
DeclPrinter.cpp 999 Args = TST->template_arguments();
JSONNodeDumper.cpp 1399 for (const TemplateArgumentLoc &TAL : DSME->template_arguments())
TypePrinter.cpp 1345 Args = TST->template_arguments();
1451 printTemplateArgumentList(OS, T->template_arguments(), Policy, TPL);
1556 printTemplateArgumentList(OS, T->template_arguments(), Policy);
1907 TemplateArgs = TTST->template_arguments();
ASTImporter.cpp 6667 E->template_arguments(), ToTAInfo))
7577 E->template_arguments(), ToTAInfo))
7645 E->template_arguments(), ToTAInfo))
7686 ImportTemplateArgumentListInfo(E->template_arguments(), ToTAInfo))
7747 E->getLAngleLoc(), E->getRAngleLoc(), E->template_arguments(),
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 1764 struct symbol **template_arguments; member in struct:cplus_struct_type
1992 TYPE_CPLUS_SPECIFIC (thistype)->template_arguments
1994 TYPE_CPLUS_SPECIFIC (thistype)->template_arguments[n]
symtab.h 1600 struct symbol **template_arguments = nullptr;
1599 struct symbol **template_arguments = nullptr; member in struct:template_symbol
symtab.c 2274 templ->template_arguments);
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 1770 struct symbol **template_arguments; member in struct:cplus_struct_type
1998 TYPE_CPLUS_SPECIFIC (thistype)->template_arguments
2000 TYPE_CPLUS_SPECIFIC (thistype)->template_arguments[n]
cp-namespace.c 586 templ->template_arguments);
symtab.h 1606 struct symbol **template_arguments = nullptr;
1605 struct symbol **template_arguments = nullptr; member in struct:template_symbol
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 590 Param->template_arguments(),
591 SpecArg->template_arguments(), Info, Deduced,
623 return DeduceTemplateArguments(S, TemplateParams, Param->template_arguments(),
5485 TST1->template_arguments()),
5982 hasPackExpansionBeforeEnd(Spec->template_arguments()))
SemaTemplateInstantiate.cpp 590 printTemplateArgumentList(OS, Active->template_arguments(),
656 printTemplateArgumentList(OS, Active->template_arguments(),
809 printTemplateArgumentList(OS, Active->template_arguments(),
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 181 return Specialization->template_arguments();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 3046 ArrayRef<TemplateArgumentLoc> template_arguments() const { function in class:clang::OverloadExpr
3303 ArrayRef<TemplateArgumentLoc> template_arguments() const { function in class:clang::final
3759 ArrayRef<TemplateArgumentLoc> template_arguments() const { function in class:clang::final
Type.h 5197 ArrayRef<TemplateArgument> template_arguments() const {
5210 Profile(ID, Template, template_arguments(), Ctx);
5584 ArrayRef<TemplateArgument> template_arguments() const {
Expr.h 1392 ArrayRef<TemplateArgumentLoc> template_arguments() const { function in class:clang::final
3260 ArrayRef<TemplateArgumentLoc> template_arguments() const { function in class:clang::final::final
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 1252 printTemplateArgumentList(OS, Ty->template_arguments(), getPrintingPolicy());
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 10210 templ_func->template_arguments
10213 memcpy (templ_func->template_arguments,
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 10092 templ_func->template_arguments
10095 memcpy (templ_func->template_arguments,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 8681 ArrayRef<TemplateArgument> template_arguments() const { function in struct:clang::final::AlignPackInfo::CompleteTypeKind::CodeSynthesisContext

Completed in 176 milliseconds