Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DIncludeCleaner.cpp140 if (D->isThisDeclarationADefinition() && D->getIntegerTypeSourceInfo()) in VisitEnumDecl()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexDecl.cpp385 if (auto *TSI = ED->getIntegerTypeSourceInfo()) in VisitEnumDecl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp436 Record.AddTypeSourceInfo(D->getIntegerTypeSourceInfo()); in VisitEnumDecl()
437 if (!D->getIntegerTypeSourceInfo()) in VisitEnumDecl()
468 !D->getIntegerTypeSourceInfo() && in VisitEnumDecl()
H A DASTReader.cpp11260 FirstEnum->getIntegerTypeSourceInfo() in diagnoseOdrViolations()
11261 ? FirstEnum->getIntegerTypeSourceInfo()->getType() in diagnoseOdrViolations()
11264 SecondEnum->getIntegerTypeSourceInfo() in diagnoseOdrViolations()
11265 ? SecondEnum->getIntegerTypeSourceInfo()->getType() in diagnoseOdrViolations()
/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp611 if (Enum->getIntegerTypeSourceInfo()) in AddEnumDecl()
H A DDecl.cpp4524 if (const TypeSourceInfo *TI = getIntegerTypeSourceInfo()) in getIntegerTypeRange()
4616 if (auto *TSI = getIntegerTypeSourceInfo()) { in getSourceRange()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1423 if (TypeSourceInfo *TI = D->getIntegerTypeSourceInfo()) { in VisitEnumDecl()
1463 if (TypeSourceInfo *TI = Def->getIntegerTypeSourceInfo()) { in VisitEnumDecl()
H A DSemaChecking.cpp12950 !BitfieldEnumDecl->getIntegerTypeSourceInfo() && in AnalyzeBitFieldAssignment()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h3822 TypeSourceInfo *getIntegerTypeSourceInfo() const { in getIntegerTypeSourceInfo() function
H A DRecursiveASTVisitor.h1982 if (auto *TSI = D->getIntegerTypeSourceInfo())