OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getExpansionType
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclTemplate.h
1527
/// The \c
getExpansionType
() and \c getExpansionTypeSourceInfo() functions
1540
QualType
getExpansionType
(unsigned I) const {
/src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp
273
QualType type = NTTP->
getExpansionType
(i);
ASTContext.cpp
695
QualType T = NTTP->
getExpansionType
(I);
818
ExpandedTypes.push_back(getCanonicalType(NTTP->
getExpansionType
(I)));
ItaniumMangle.cpp
1890
mangleType(Tn->
getExpansionType
(I));
5216
// to expansion. We could ask for the expanded type with
getExpansionType
(),
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiate.cpp
1516
T = parm->
getExpansionType
(SemaRef.ArgumentPackSubstitutionIndex);
SemaTemplate.cpp
5383
NTTPType = NTTP->
getExpansionType
(ArgumentPackIndex);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp
1697
Record.AddTypeRef(D->
getExpansionType
(I));
Completed in 44 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026