OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAsSingle
(Results
1 - 12
of
12
) sorted by null
/external/clang/lib/Sema/
SemaCXXScopeSpec.cpp
361
if (NamedDecl *ND = Found.
getAsSingle
<NamedDecl>())
509
NamedDecl *SD = Found.
getAsSingle
<NamedDecl>();
525
OuterDecl = FoundOuter.
getAsSingle
<NamedDecl>();
[
all
...]
SemaAttr.cpp
289
VarDecl *VD = Lookup.
getAsSingle
<VarDecl>();
SemaExprCXX.cpp
161
if (TypeDecl *Type = Found.
getAsSingle
<TypeDecl>()) {
181
if (ClassTemplateDecl *Template = Found.
getAsSingle
<ClassTemplateDecl>()) {
355
CXXTypeInfoDecl = R.
getAsSingle
<RecordDecl>();
441
MSVCGuidDecl = R.
getAsSingle
<RecordDecl>();
[
all
...]
SemaTemplate.cpp
317
if (TemplateDecl *Template = Found.
getAsSingle
<TemplateDecl>())
347
} else if (!FoundOuter.
getAsSingle
<ClassTemplateDecl>()) {
[
all
...]
SemaLookup.cpp
[
all
...]
SemaDeclCXX.cpp
[
all
...]
SemaDecl.cpp
245
if (const TagDecl *TD = R.
getAsSingle
<TagDecl>()) {
481
if (TagDecl *Tag = Result.
getAsSingle
<TagDecl>()) {
572
if (ObjCIvarDecl *Ivar = Result.
getAsSingle
<ObjCIvarDecl>()) {
[
all
...]
SemaExprMember.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
SemaTemplateInstantiateDecl.cpp
768
PrevClassTemplate = R.
getAsSingle
<ClassTemplateDecl>();
[
all
...]
TreeTransform.h
[
all
...]
/external/clang/include/clang/Sema/
Lookup.h
402
DeclClass *
getAsSingle
() const {
Completed in 237 milliseconds