HomeSort by relevance Sort by last modified time
    Searched refs:getAsSingle (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 351 if (NamedDecl *ND = Found.getAsSingle<NamedDecl>())
527 if (NamedDecl *ND = R.getAsSingle<NamedDecl>())
534 if (NamedDecl *ND = R.getAsSingle<NamedDecl>())
571 NamedDecl *SD = Found.getAsSingle<NamedDecl>();
590 OuterDecl = FoundOuter.getAsSingle<NamedDecl>();
712 if (TypeDecl *TD = Found.getAsSingle<TypeDecl>())
718 if (NamedDecl *ND = Found.getAsSingle<NamedDecl>())
    [all...]
SemaAttr.cpp 447 VarDecl *VD = Lookup.getAsSingle<VarDecl>();
SemaTemplate.cpp 374 } else if (!FoundOuter.getAsSingle<ClassTemplateDecl>() ||
    [all...]
SemaExprCXX.cpp 199 if (TypeDecl *Type = Found.getAsSingle<TypeDecl>()) {
220 if (ClassTemplateDecl *Template = Found.getAsSingle<ClassTemplateDecl>()) {
453 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
458 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
537 MSVCGuidDecl = R.getAsSingle<RecordDecl>();
    [all...]
SemaLambda.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp 468 if (const TagDecl *TD = R.getAsSingle<TagDecl>()) {
624 if (TagDecl *Tag = R.getAsSingle<TagDecl>()) {
814 if (ObjCIvarDecl *Ivar = Result.getAsSingle<ObjCIvarDecl>()) {
    [all...]
SemaExpr.cpp     [all...]
SemaLookup.cpp     [all...]
SemaOpenMP.cpp 587 if (!(VD = Lookup.getAsSingle<VarDecl>())) {
    [all...]
SemaTemplateInstantiateDecl.cpp 859 PrevClassTemplate = R.getAsSingle<ClassTemplateDecl>();
    [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Lookup.h 443 DeclClass *getAsSingle() const {

Completed in 1751 milliseconds