|
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 7208 of file ASTReader.cpp.
|
inline |
Definition at line 7227 of file ASTReader.cpp.
| void TypeLocReader::VisitArrayTypeLoc | ( | ArrayTypeLoc | TL | ) |
Definition at line 7299 of file ASTReader.cpp.
References clang::ArrayTypeLoc::setLBracketLoc(), clang::ArrayTypeLoc::setRBracketLoc(), and clang::ArrayTypeLoc::setSizeExpr().
| void TypeLocReader::VisitFunctionTypeLoc | ( | FunctionTypeLoc | TL | ) |
Definition at line 7366 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 7462 of file ASTReader.cpp.
References clang::TagTypeLoc::setElaboratedKeywordLoc(), clang::TagTypeLoc::setNameLoc(), and clang::TagTypeLoc::setQualifierLoc().