clang 22.0.0git
|
Public Member Functions | |
TypeLocReader (ASTRecordReader &Reader) | |
void | VisitFunctionTypeLoc (FunctionTypeLoc) |
void | VisitArrayTypeLoc (ArrayTypeLoc) |
void | VisitTagTypeLoc (TagTypeLoc TL) |
Public Member Functions inherited from clang::TypeLocVisitor< TypeLocReader > | |
void | Visit (TypeLoc TyLoc) |
void | VisitTypeLoc (TypeLoc TyLoc) |
Definition at line 7198 of file ASTReader.cpp.
|
inline |
Definition at line 7217 of file ASTReader.cpp.
void TypeLocReader::VisitArrayTypeLoc | ( | ArrayTypeLoc | TL | ) |
Definition at line 7289 of file ASTReader.cpp.
References clang::ArrayTypeLoc::setLBracketLoc(), clang::ArrayTypeLoc::setRBracketLoc(), and clang::ArrayTypeLoc::setSizeExpr().
void TypeLocReader::VisitFunctionTypeLoc | ( | FunctionTypeLoc | TL | ) |
Definition at line 7356 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().
void TypeLocReader::VisitTagTypeLoc | ( | TagTypeLoc | TL | ) |
Definition at line 7452 of file ASTReader.cpp.
References clang::TagTypeLoc::setElaboratedKeywordLoc(), clang::TagTypeLoc::setNameLoc(), and clang::TagTypeLoc::setQualifierLoc().