Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1839 FirstEnum->getIntegerTypeSourceInfo() in diagnoseMismatch()
1840 ? FirstEnum->getIntegerTypeSourceInfo()->getType() in diagnoseMismatch()
1843 SecondEnum->getIntegerTypeSourceInfo() in diagnoseMismatch()
1844 ? SecondEnum->getIntegerTypeSourceInfo()->getType() in diagnoseMismatch()
H A DODRHash.cpp748 if (Enum->getIntegerTypeSourceInfo()) in AddEnumDecl()
H A DDecl.cpp4817 if (const TypeSourceInfo *TI = getIntegerTypeSourceInfo()) in getIntegerTypeRange()
4909 if (auto *TSI = getIntegerTypeSourceInfo()) { in getSourceRange()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp385 if (auto *TSI = ED->getIntegerTypeSourceInfo()) in VisitEnumDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp483 Record.AddTypeSourceInfo(D->getIntegerTypeSourceInfo()); in VisitEnumDecl()
484 if (!D->getIntegerTypeSourceInfo()) in VisitEnumDecl()
516 !D->getIntegerTypeSourceInfo() && !D->getMemberSpecializationInfo() && in VisitEnumDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1477 if (TypeSourceInfo *TI = D->getIntegerTypeSourceInfo()) { in VisitEnumDecl()
1517 if (TypeSourceInfo *TI = Def->getIntegerTypeSourceInfo()) { in VisitEnumDecl()
H A DSemaChecking.cpp15016 !BitfieldEnumDecl->getIntegerTypeSourceInfo() && in AnalyzeBitFieldAssignment()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4000 TypeSourceInfo *getIntegerTypeSourceInfo() const { in getIntegerTypeSourceInfo() function
H A DRecursiveASTVisitor.h1956 if (auto *TSI = D->getIntegerTypeSourceInfo())