Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp3983 QualType FixedTy = in CheckTypedefForVariablyModifiedType() local
3986 if (!FixedTy.isNull()) { in CheckTypedefForVariablyModifiedType()
3988 NewTD->setTypeSourceInfo(Context.getTrivialTypeSourceInfo(FixedTy)); in CheckTypedefForVariablyModifiedType()
4593 QualType FixedTy = in CheckVariableDeclaration() local
4597 if (FixedTy.isNull() && T->isVariableArrayType()) { in CheckVariableDeclaration()
4616 if (FixedTy.isNull()) { in CheckVariableDeclaration()
4626 NewVD->setType(FixedTy); in CheckVariableDeclaration()
9392 QualType FixedTy = TryToFixInvalidVariablyModifiedType(T, Context, in CheckFieldDecl() local
9395 if (!FixedTy.isNull()) { in CheckFieldDecl()
9397 T = FixedTy; in CheckFieldDecl()