Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp435 Record.AddTypeSourceInfo(D->getIntegerTypeSourceInfo()); in VisitEnumDecl()
436 if (!D->getIntegerTypeSourceInfo()) in VisitEnumDecl()
467 !D->getIntegerTypeSourceInfo() && in VisitEnumDecl()
H A DASTReader.cpp11460 FirstEnum->getIntegerTypeSourceInfo() in diagnoseOdrViolations()
11461 ? FirstEnum->getIntegerTypeSourceInfo()->getType() in diagnoseOdrViolations()
11464 SecondEnum->getIntegerTypeSourceInfo() in diagnoseOdrViolations()
11465 ? SecondEnum->getIntegerTypeSourceInfo()->getType() in diagnoseOdrViolations()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp610 if (Enum->getIntegerTypeSourceInfo()) in AddEnumDecl()
H A DDecl.cpp4397 if (const TypeSourceInfo *TI = getIntegerTypeSourceInfo()) in getIntegerTypeRange()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3749 TypeSourceInfo *getIntegerTypeSourceInfo() const { in getIntegerTypeSourceInfo() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1369 if (TypeSourceInfo *TI = D->getIntegerTypeSourceInfo()) { in VisitEnumDecl()
1409 if (TypeSourceInfo *TI = Def->getIntegerTypeSourceInfo()) { in VisitEnumDecl()
H A DSemaChecking.cpp11911 !BitfieldEnumDecl->getIntegerTypeSourceInfo() && in AnalyzeBitFieldAssignment()