Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h599 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); } in hasExtInfo() function
612 return hasExtInfo() in getTypeSourceInfo()
617 if (hasExtInfo()) in setTypeSourceInfo()
640 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier() in getQualifier()
648 return hasExtInfo() ? getExtInfo()->QualifierLoc in getQualifierLoc()
655 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0; in getNumTemplateParameterLists()
2783 bool hasExtInfo() const { return TypedefNameDeclOrQualifier.is<ExtInfo *>(); } in hasExtInfo() function
2945 return hasExtInfo() ? nullptr in getTypedefNameForAnonDecl()
2954 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier() in getQualifier()
2962 return hasExtInfo() ? getExtInfo()->QualifierLoc in getQualifierLoc()
[all …]
/external/clang/lib/Serialization/
DASTWriterDecl.cpp378 if (D->hasExtInfo()) { in VisitTagDecl()
413 !D->hasExtInfo() && in VisitEnumDecl()
442 !D->hasExtInfo() && in VisitRecordDecl()
476 Record.push_back(D->hasExtInfo()); in VisitDeclaratorDecl()
477 if (D->hasExtInfo()) in VisitDeclaratorDecl()
705 !D->hasExtInfo() && in VisitObjCIvarDecl()
840 !D->hasExtInfo() && in VisitFieldDecl()
916 !D->hasExtInfo() && in VisitVarDecl()
956 !D->hasExtInfo() && in VisitParmVarDecl()
1181 !D->hasExtInfo() && in VisitCXXMethodDecl()
/external/clang/lib/AST/
DDecl.cpp1649 if (!hasExtInfo()) { in setQualifierInfo()
1661 if (hasExtInfo()) { in setQualifierInfo()
1680 if (!hasExtInfo()) { in setTemplateParameterListsInfo()
3481 if (!hasExtInfo()) in setQualifierInfo()
3487 if (hasExtInfo()) { in setQualifierInfo()
3502 if (!hasExtInfo()) in setTemplateParameterListsInfo()