Home
last modified time | relevance | path

Searched refs:setIntegerTypeSourceInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4130 void setIntegerTypeSourceInfo(TypeSourceInfo *TInfo) { IntegerType = TInfo; } in setIntegerTypeSourceInfo() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp772 ED->setIntegerTypeSourceInfo(TI); in VisitEnumDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2034 Enum->setIntegerTypeSourceInfo(NewTI); in VisitEnumDecl()
H A DSemaDecl.cpp17652 ED->setIntegerTypeSourceInfo(TI); in ActOnTag()
18292 ED->setIntegerTypeSourceInfo(TI); in ActOnTag()