OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsTypeAlias
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexTypeSourceInfo.cpp
140
bool
IsTypeAlias
) {
143
if (!
IsTypeAlias
&& ResolvedClass &&
160
T->
isTypeAlias
());
190
/*
IsTypeAlias
=*/false);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Template.h
608
Decl *InstantiateTypedefNameDecl(TypedefNameDecl *D, bool
IsTypeAlias
);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
4728
bool
IsTypeAlias
=
4737
assert((!
IsTypeAlias
|| hasAnyPackExpansions(Args)) &&
4739
IsTypeAlias
= false;
4748
(
IsTypeAlias
? sizeof(QualType) : 0),
4752
IsTypeAlias
? Underlying : QualType());
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
9743
bool
IsTypeAlias
) {
9749
<<
IsTypeAlias
<< FirstName;
9752
<<
IsTypeAlias
<< SecondName;
9762
<<
IsTypeAlias
<< FirstName << FirstType;
9765
<<
IsTypeAlias
<< SecondName << SecondType;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
844
bool
IsTypeAlias
) {
878
if (
IsTypeAlias
)
923
Decl *Typedef = InstantiateTypedefNameDecl(D, /*
IsTypeAlias
=*/false);
930
Decl *Typedef = InstantiateTypedefNameDecl(D, /*
IsTypeAlias
=*/true);
958
InstantiateTypedefNameDecl(Pattern, /*
IsTypeAlias
=*/true));
Completed in 54 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026