OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstD
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
3557
ClassTemplateSpecializationDecl *
InstD
=
3565
InstClassTemplate->AddSpecialization(
InstD
, InsertPos);
3568
if (SubstQualifier(D,
InstD
))
3575
SemaRef.Context.getRecordType(
InstD
));
3588
InstD
->setAccess(D->getAccess());
3589
InstD
->setInstantiationOfMemberClass(D, TSK_ImplicitInstantiation);
3590
InstD
->setSpecializationKind(D->getSpecializationKind());
3591
InstD
->setTypeAsWritten(WrittenTy);
3592
InstD
->setExternLoc(D->getExternLoc());
3593
InstD
->setTemplateKeywordLoc(D->getTemplateKeywordLoc())
[
all
...]
TreeTransform.h
9579
NamedDecl *
InstD
=
9581
Decls.addDecl(
InstD
,
InstD
->getAccess());
9627
NamedDecl *
InstD
=
9629
Decls.addDecl(
InstD
,
InstD
->getAccess());
9672
NamedDecl *
InstD
=
9674
Decls.addDecl(
InstD
,
InstD
->getAccess());
9852
NamedDecl *
InstD
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
2159
if (Decl *
InstD
= readDecl()) {
2160
if (auto *CTD = dyn_cast<ClassTemplateDecl>(
InstD
)) {
2171
= cast<ClassTemplatePartialSpecializationDecl>(
InstD
);
2274
if (Decl *
InstD
= readDecl()) {
2275
if (auto *VTD = dyn_cast<VarTemplateDecl>(
InstD
)) {
2286
cast<VarTemplatePartialSpecializationDecl>(
InstD
);
Completed in 41 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026