Home
last modified time | relevance | path

Searched refs:getIntegerTypeSourceInfo (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1842 FirstEnum->getIntegerTypeSourceInfo() in diagnoseMismatch()
1843 ? FirstEnum->getIntegerTypeSourceInfo()->getType() in diagnoseMismatch()
1846 SecondEnum->getIntegerTypeSourceInfo() in diagnoseMismatch()
1847 ? SecondEnum->getIntegerTypeSourceInfo()->getType() in diagnoseMismatch()
H A DODRHash.cpp781 if (Enum->getIntegerTypeSourceInfo()) in AddEnumDecl()
H A DDecl.cpp4976 if (const TypeSourceInfo *TI = getIntegerTypeSourceInfo()) in getIntegerTypeRange()
5068 if (auto *TSI = getIntegerTypeSourceInfo()) { in getSourceRange()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp385 if (auto *TSI = ED->getIntegerTypeSourceInfo()) in VisitEnumDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp675 Record.AddTypeSourceInfo(D->getIntegerTypeSourceInfo()); in VisitEnumDecl()
676 if (!D->getIntegerTypeSourceInfo()) in VisitEnumDecl()
704 !D->getIntegerTypeSourceInfo() && !D->getMemberSpecializationInfo() && in VisitEnumDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2016 if (TypeSourceInfo *TI = D->getIntegerTypeSourceInfo()) { in VisitEnumDecl()
2078 if (TypeSourceInfo *TI = Def->getIntegerTypeSourceInfo()) { in VisitEnumDecl()
H A DSemaChecking.cpp11488 !BitfieldEnumDecl->getIntegerTypeSourceInfo() && in AnalyzeBitFieldAssignment()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4134 TypeSourceInfo *getIntegerTypeSourceInfo() const { in getIntegerTypeSourceInfo() function
H A DRecursiveASTVisitor.h2049 if (auto *TSI = D->getIntegerTypeSourceInfo())