clang 20.0.0git
|
Public Member Functions | |
TypeLocReader (ASTRecordReader &Reader, LocSeq *Seq) | |
void | VisitFunctionTypeLoc (FunctionTypeLoc) |
void | VisitArrayTypeLoc (ArrayTypeLoc) |
Public Member Functions inherited from clang::TypeLocVisitor< TypeLocReader > | |
void | Visit (TypeLoc TyLoc) |
void | Visit (UnqualTypeLoc TyLoc) |
void | VisitTypeLoc (TypeLoc TyLoc) |
Definition at line 6786 of file ASTReader.cpp.
|
inline |
Definition at line 6808 of file ASTReader.cpp.
void TypeLocReader::VisitArrayTypeLoc | ( | ArrayTypeLoc | TL | ) |
Definition at line 6880 of file ASTReader.cpp.
References clang::ArrayTypeLoc::setLBracketLoc(), clang::ArrayTypeLoc::setRBracketLoc(), and clang::ArrayTypeLoc::setSizeExpr().
void TypeLocReader::VisitFunctionTypeLoc | ( | FunctionTypeLoc | TL | ) |
Definition at line 6947 of file ASTReader.cpp.
References clang::FunctionTypeLoc::getNumParams(), clang::FunctionTypeLoc::setExceptionSpecRange(), clang::FunctionTypeLoc::setLocalRangeBegin(), clang::FunctionTypeLoc::setLocalRangeEnd(), clang::FunctionTypeLoc::setLParenLoc(), clang::FunctionTypeLoc::setParam(), and clang::FunctionTypeLoc::setRParenLoc().