Changeset View
Changeset View
Standalone View
Standalone View
lib/Sema/SemaType.cpp
Context not available. | |||||
ParmVarDecl *Param = cast<ParmVarDecl>(FTI.Params[i].Param); | ParmVarDecl *Param = cast<ParmVarDecl>(FTI.Params[i].Param); | ||||
TL.setParam(tpi++, Param); | TL.setParam(tpi++, Param); | ||||
} | } | ||||
// FIXME: exception specs | TL.setExceptionSpecRange(FTI.getExceptionSpecRange()); | ||||
} | } | ||||
void VisitParenTypeLoc(ParenTypeLoc TL) { | void VisitParenTypeLoc(ParenTypeLoc TL) { | ||||
assert(Chunk.Kind == DeclaratorChunk::Paren); | assert(Chunk.Kind == DeclaratorChunk::Paren); | ||||
Context not available. |