Searched defs:FixedTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDecl.cpp3747 QualType FixedTy = local
3750 if (!FixedTy.isNull()) {
3752 NewTD->setTypeSourceInfo(Context.getTrivialTypeSourceInfo(FixedTy));
4354 QualType FixedTy = local
4358 if (FixedTy.isNull() && T->isVariableArrayType()) {
4377 if (FixedTy.isNull()) {
4387 NewVD->setType(FixedTy);
8991 QualType FixedTy = TryToFixInvalidVariablyModifiedType(T, Context, local
8994 if (!FixedTy.isNull()) {
8996 T = FixedTy;
[all...]

Completed in 73 milliseconds