OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAsSingle
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp
425
return Found.
getAsSingle
<NamespaceDecl>();
601
if (NamedDecl *ND = R.
getAsSingle
<NamedDecl>())
610
if (NamedDecl *ND = R.
getAsSingle
<NamedDecl>())
677
OuterDecl = FoundOuter.
getAsSingle
<NamedDecl>();
813
if (TypeDecl *TD = Found.
getAsSingle
<TypeDecl>())
819
if (NamedDecl *ND = Found.
getAsSingle
<NamedDecl>())
SemaCoroutine.cpp
114
auto *Promise = R.
getAsSingle
<TypeDecl>();
161
ClassTemplateDecl *CoroHandle = Result.
getAsSingle
<ClassTemplateDecl>();
300
auto *BuiltInDecl = R.
getAsSingle
<FunctionDecl>();
1046
auto *VD = Result.
getAsSingle
<VarDecl>();
1714
Result.
getAsSingle
<ClassTemplateDecl>())) {
SemaDeclCXX.cpp
1025
ClassTemplateDecl *TraitTD = Result.
getAsSingle
<ClassTemplateDecl>();
1131
auto *TD = R.
getAsSingle
<TypeDecl>();
4225
TypeDecl *TyD = R.
getAsSingle
<TypeDecl>();
11093
Result.
getAsSingle
<NamespaceDecl>()))
11327
ClassTemplateDecl *Template = Result.
getAsSingle
<ClassTemplateDecl>();
11479
NamespaceDecl *NS = R.
getAsSingle
<NamespaceDecl>();
12200
if (!R.
getAsSingle
<TypeDecl>()) {
12211
if (IsInstantiation && R.
getAsSingle
<TypeDecl>()) {
12220
if (R.
getAsSingle
<NamespaceDecl>()) {
12228
if (auto *ED = R.
getAsSingle
<EnumConstantDecl>())
[
all
...]
SemaTemplate.cpp
336
TemplateDecl *TD = R.
getAsSingle
<TemplateDecl>();
4734
if (auto *TD = R.
getAsSingle
<TemplateDecl>()) {
4742
if (R.
getAsSingle
<VarTemplateDecl>()) {
4744
R.
getAsSingle
<VarTemplateDecl>(),
4751
if (R.
getAsSingle
<ConceptDecl>()) {
4754
R.
getAsSingle
<ConceptDecl>(), TemplateArgs);
4801
if (ClassTemplateDecl *Temp = R.
getAsSingle
<ClassTemplateDecl>()) {
5000
if (Result.
getAsSingle
<TypeDecl>() ||
10022
VarDecl *Prev = Previous.
getAsSingle
<VarDecl>();
10023
VarTemplateDecl *PrevTemplate = Previous.
getAsSingle
<VarTemplateDecl>()
[
all
...]
SemaAttr.cpp
712
VarDecl *VD = Lookup.
getAsSingle
<VarDecl>();
SemaLookup.cpp
695
EnumDecl *Decl = Result.
getAsSingle
<EnumDecl>();
708
TypedefNameDecl *Decl = Result.
getAsSingle
<TypedefNameDecl>();
960
if (const TagDecl *TD = Result.
getAsSingle
<TagDecl>())
3028
return R.
getAsSingle
<NamedDecl>();
SemaLambda.cpp
1166
Var = R.
getAsSingle
<VarDecl>();
SemaDecl.cpp
615
if (const TagDecl *TD = R.
getAsSingle
<TagDecl>()) {
794
if (TagDecl *Tag = R.
getAsSingle
<TagDecl>()) {
1002
if (ObjCIvarDecl *Ivar = Result.
getAsSingle
<ObjCIvarDecl>()) {
1177
TypeDecl *Type = Result.
getAsSingle
<TypeDecl>();
2281
TypeDecl *Old = OldDecls.
getAsSingle
<TypeDecl>();
16707
PrevDecl = Previous.
getAsSingle
<NamedDecl>();
17894
NamedDecl *PrevDecl = R.
getAsSingle
<NamedDecl>();
SemaExprCXX.cpp
237
if (TypeDecl *Type = Found.
getAsSingle
<TypeDecl>()) {
634
CXXTypeInfoDecl = R.
getAsSingle
<RecordDecl>();
639
CXXTypeInfoDecl = R.
getAsSingle
<RecordDecl>();
SemaExpr.cpp
2590
if (ObjCIvarDecl *Ivar = R.
getAsSingle
<ObjCIvarDecl>()) {
2655
assert(R.
getAsSingle
<VarTemplateDecl>() &&
2703
if (const TypeDecl *TD = R.
getAsSingle
<TypeDecl>()) {
3158
!R.
getAsSingle
<FunctionTemplateDecl>() &&
15154
FieldDecl *MemberDecl = R.
getAsSingle
<FieldDecl>();
15157
if ((IndirectMemberDecl = R.
getAsSingle
<IndirectFieldDecl>()))
SemaTemplateInstantiateDecl.cpp
1509
PrevClassTemplate = R.
getAsSingle
<ClassTemplateDecl>();
TreeTransform.h
1126
Tag = Result.
getAsSingle
<TagDecl>();
12034
NamedDecl *D = R.
getAsSingle
<NamedDecl>();
SemaOpenMP.cpp
2818
} else if (!(VD = Lookup.
getAsSingle
<VarDecl>())) {
20058
NamedDecl *ND = Lookup.
getAsSingle
<NamedDecl>();
SemaOverload.cpp
1136
Match = TemplateSpecResult.
getAsSingle
<FunctionDecl>();
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Lookup.h
507
DeclClass *
getAsSingle
() const {
Completed in 142 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026