Searched refs:UpdateCompletedType (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h162 /// UpdateCompletedType - When we find the full definition for a TagDecl,
164 void UpdateCompletedType(const TagDecl *TD);
H A DModuleBuilder.cpp223 Builder->UpdateCompletedType(D);
H A DObjectFilePCHContainerOperations.cpp220 Builder->UpdateCompletedType(D);
H A DCodeGenTypes.cpp240 /// UpdateCompletedType - When we find the full definition for a TagDecl,
242 void CodeGenTypes::UpdateCompletedType(const TagDecl *TD) { function in class:CodeGenTypes
646 // type is defined (see UpdateCompletedType), but is likely to be the
H A DCodeGenModule.h1072 void UpdateCompletedType(const TagDecl *TD);
H A DCodeGenModule.cpp662 void CodeGenModule::UpdateCompletedType(const TagDecl *TD) { function in class:CodeGenModule
664 Types.UpdateCompletedType(TD);

Completed in 113 milliseconds