OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDepthAndIndex
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
SemaInternal.h
65
inline std::pair<unsigned, unsigned>
getDepthAndIndex
(NamedDecl *ND) {
78
getDepthAndIndex
(UnexpandedParameterPack UPP) {
82
return
getDepthAndIndex
(UPP.first.get<NamedDecl *>());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp
50
} else if (
getDepthAndIndex
(ND).first >= DepthLimit)
699
std::tie(Depth, Index) =
getDepthAndIndex
(ND);
744
std::tie(PartialDepth, PartialIndex) =
getDepthAndIndex
(PartialPack);
842
std::tie(Depth, Index) =
getDepthAndIndex
(ND);
SemaTemplateInstantiate.cpp
976
std::tie(Depth, Index) =
getDepthAndIndex
(PartialPack);
995
std::tie(Depth, Index) =
getDepthAndIndex
(PartialPack);
SemaTemplateDeduction.cpp
756
std::tie(Depth, Index) =
getDepthAndIndex
(Unexpanded[I]);
784
PartialPackDepthIndex =
getDepthAndIndex
(Partial);
SemaLookup.cpp
1714
auto Index =
getDepthAndIndex
(D).second;
Completed in 39 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026