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.cpp1844 FirstEnum->getIntegerTypeSourceInfo() in diagnoseMismatch()
1845 ? FirstEnum->getIntegerTypeSourceInfo()->getType() in diagnoseMismatch()
1848 SecondEnum->getIntegerTypeSourceInfo() in diagnoseMismatch()
1849 ? SecondEnum->getIntegerTypeSourceInfo()->getType() in diagnoseMismatch()
H A DODRHash.cpp761 if (Enum->getIntegerTypeSourceInfo()) in AddEnumDecl()
H A DDecl.cpp4865 if (const TypeSourceInfo *TI = getIntegerTypeSourceInfo()) in getIntegerTypeRange()
4957 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.cpp522 Record.AddTypeSourceInfo(D->getIntegerTypeSourceInfo()); in VisitEnumDecl()
523 if (!D->getIntegerTypeSourceInfo()) in VisitEnumDecl()
551 !D->getIntegerTypeSourceInfo() && !D->getMemberSpecializationInfo() && in VisitEnumDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1515 if (TypeSourceInfo *TI = D->getIntegerTypeSourceInfo()) { in VisitEnumDecl()
1555 if (TypeSourceInfo *TI = Def->getIntegerTypeSourceInfo()) { in VisitEnumDecl()
H A DSemaChecking.cpp10243 !BitfieldEnumDecl->getIntegerTypeSourceInfo() && in AnalyzeBitFieldAssignment()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4016 TypeSourceInfo *getIntegerTypeSourceInfo() const { in getIntegerTypeSourceInfo() function
H A DRecursiveASTVisitor.h2011 if (auto *TSI = D->getIntegerTypeSourceInfo())