OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InstD
(Results
1 - 2
of
2
) 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
...]
Completed in 44 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026