Home
last modified time | relevance | path

Searched refs:hasExtInfo (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DDecl.h540 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); } in hasExtInfo() function
553 return hasExtInfo() in getTypeSourceInfo()
558 if (hasExtInfo()) in setTypeSourceInfo()
581 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier() in getQualifier()
589 return hasExtInfo() ? getExtInfo()->QualifierLoc in getQualifierLoc()
596 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0; in getNumTemplateParameterLists()
2586 bool hasExtInfo() const { return NamedDeclOrQualifier.is<ExtInfo *>(); } in hasExtInfo() function
2752 return hasExtInfo() ? nullptr : dyn_cast_or_null<DeclaratorDecl>( in getDeclaratorForAnonDecl()
2757 return hasExtInfo() ? nullptr : dyn_cast_or_null<TypedefNameDecl>( in getTypedefNameForAnonDecl()
2768 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier() in getQualifier()
[all …]
/external/clang/lib/Serialization/
DASTWriterDecl.cpp255 Record.push_back(D->hasExtInfo()); in VisitTagDecl()
256 if (D->hasExtInfo()) in VisitTagDecl()
286 !D->hasExtInfo() && in VisitEnumDecl()
312 !D->hasExtInfo() && in VisitRecordDecl()
344 Record.push_back(D->hasExtInfo()); in VisitDeclaratorDecl()
345 if (D->hasExtInfo()) in VisitDeclaratorDecl()
560 !D->hasExtInfo() && in VisitObjCIvarDecl()
685 !D->hasExtInfo() && in VisitFieldDecl()
757 !D->hasExtInfo() && in VisitVarDecl()
796 !D->hasExtInfo() && in VisitParmVarDecl()
/external/clang/lib/AST/
DDecl.cpp1546 if (!hasExtInfo()) { in setQualifierInfo()
1558 if (hasExtInfo()) { in setQualifierInfo()
1579 if (!hasExtInfo()) { in setTemplateParameterListsInfo()
3377 if (!hasExtInfo()) in setQualifierInfo()
3383 if (hasExtInfo()) { in setQualifierInfo()
3399 if (!hasExtInfo()) in setTemplateParameterListsInfo()