OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Tmpl
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexCXX.cpp
114
} else if (const RedeclarableTemplateDecl *
Tmpl
116
Template =
Tmpl
->getInstantiatedFromMemberTemplate();
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Template.h
589
bool InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *
Tmpl
);
590
bool InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *
Tmpl
);
592
bool SubstDefaultedFunction(FunctionDecl *New, FunctionDecl *
Tmpl
);
Sema.h
9434
const CXXConstructorDecl *
Tmpl
,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
202
const Attr *A, Expr *OldCond, const Decl *
Tmpl
, FunctionDecl *New) {
233
const EnableIfAttr *EIA, const Decl *
Tmpl
, FunctionDecl *New) {
235
S, TemplateArgs, EIA, EIA->getCond(),
Tmpl
, New);
244
const DiagnoseIfAttr *DIA, const Decl *
Tmpl
, FunctionDecl *New) {
246
S, TemplateArgs, DIA, DIA->getCond(),
Tmpl
, New);
574
const MultiLevelTemplateArgumentList &TemplateArgs, const Decl *
Tmpl
,
581
for (const auto *TmplAttr :
Tmpl
->attrs()) {
614
const Decl *
Tmpl
, Decl *New,
617
for (const auto *TmplAttr :
Tmpl
->attrs()) {
649
instantiateDependentEnableIfAttr(*this, TemplateArgs, EnableIf,
Tmpl
,
[
all
...]
SemaLookup.cpp
3230
} else if (FunctionTemplateDecl *
Tmpl
=
3234
Tmpl
, Cand, RD, nullptr, ThisTy, Classification,
3242
Tmpl
, Cand, nullptr, llvm::makeArrayRef(&Arg, NumArgs), OCS, true);
SemaTemplateInstantiate.cpp
97
VarTemplateDecl *
Tmpl
= Specialized.get<VarTemplateDecl *>();
98
if (
Tmpl
->isMemberSpecialization())
SemaTemplate.cpp
1914
auto *
Tmpl
= cast<CXXRecordDecl>(Hidden)->getDescribedClassTemplate();
1915
assert(
Tmpl
&& "original definition of a class template is not a "
1918
makeMergedDefinitionVisible(
Tmpl
);
SemaCodeComplete.cpp
1080
if (const auto *
Tmpl
= dyn_cast<FunctionTemplateDecl>(ND))
1081
ND =
Tmpl
->getTemplatedDecl();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
892
/// the static data member template \p
Tmpl
of a class template.
893
void setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *
Tmpl
,
915
void setInstantiatedFromUnnamedFieldDecl(FieldDecl *Inst, FieldDecl *
Tmpl
);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
1362
if (auto *
Tmpl
= readDeclAs<FieldDecl>())
1363
Reader.getContext().setInstantiatedFromUnnamedFieldDecl(FD,
Tmpl
);
1479
auto *
Tmpl
= readDeclAs<VarDecl>();
1482
Reader.getContext().setInstantiatedFromStaticDataMember(VD,
Tmpl
, TSK,POI);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
1534
ASTContext::setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *
Tmpl
,
1538
assert(
Tmpl
->isStaticDataMember() && "Not a static data member");
1540
Tmpl
, TSK, PointOfInstantiation));
1601
FieldDecl *
Tmpl
) {
1603
assert(!
Tmpl
->getDeclName() && "Template field decl is not unnamed");
1607
InstantiatedFromUnnamedFieldDecl[Inst] =
Tmpl
;
DeclCXX.cpp
1570
if (FunctionTemplateDecl *
Tmpl
= CallOp->getDescribedFunctionTemplate())
1571
return
Tmpl
->getTemplateParameters();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp
2349
if (FunctionDecl *
Tmpl
= MD->getInstantiatedFromMemberFunction())
2350
if (!
Tmpl
->isImplicit() &&
Tmpl
->isThisDeclarationADefinition() &&
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-type-util.h
1628
// The template "selector" struct TemplateSel<
Tmpl
> is used to
1629
// represent
Tmpl
, which must be a class template with one type
1630
// parameter, as a type. TemplateSel<
Tmpl
>::Bind<T>::type is defined
1631
// as the type
Tmpl
<T>. This allows us to actually instantiate the
1632
// template "selected" by TemplateSel<
Tmpl
>.
1636
template <GTEST_TEMPLATE_
Tmpl
>
1640
typedef
Tmpl
<T> type;
Completed in 221 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026