OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FTD
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Comment.cpp
263
const FunctionTemplateDecl *
FTD
= cast<FunctionTemplateDecl>(CommentDecl);
266
const FunctionDecl *FD =
FTD
->getTemplatedDecl();
269
TemplateParameters =
FTD
->getTemplateParameters();
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DelayedDiagnostic.h
247
struct
FTD
{
255
struct
FTD
ForbiddenTypeData;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp
47
auto *
FTD
= FD ? FD->getDescribedFunctionTemplate() : nullptr;
48
if (
FTD
&&
FTD
->getTemplateParameters()->getDepth() >= DepthLimit)
SemaAccess.cpp
533
FunctionTemplateDecl *
FTD
= (*I)->getPrimaryTemplate();
534
if (!
FTD
)
535
FTD
= (*I)->getDescribedFunctionTemplate();
536
if (!
FTD
)
539
FTD
=
FTD
->getCanonicalDecl();
541
if (Friend ==
FTD
)
544
if (EC.isDependent() && MightInstantiateTo(S,
FTD
, Friend))
SemaTemplate.cpp
2152
NamedDecl *transformConstructor(FunctionTemplateDecl *
FTD
,
2166
if (
FTD
) {
2167
TemplateParameterList *InnerParams =
FTD
->getTemplateParameters();
2199
if (
FTD
) {
2510
auto *
FTD
= dyn_cast<FunctionTemplateDecl>(D);
2512
dyn_cast_or_null<CXXConstructorDecl>(
FTD
?
FTD
->getTemplatedDecl() : D);
2515
if (!CD || (!
FTD
&& CD->isFunctionTemplateSpecialization()))
2524
Transform.transformConstructor(
FTD
, CD);
Completed in 59 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026