Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h174 inline TypeSourceInfo *GetTypeSourceInfo(const T &Node) {
181 inline TypeSourceInfo *GetTypeSourceInfo(const T &Node) {
184 inline TypeSourceInfo *GetTypeSourceInfo(const BlockDecl &Node) {
187 inline TypeSourceInfo *GetTypeSourceInfo(const CXXNewExpr &Node) {
191 GetTypeSourceInfo(const ClassTemplateSpecializationDecl &Node) {
H A DASTMatchers.h3985 TypeSourceInfo *source = internal::GetTypeSourceInfo(Node); in AST_POLYMORPHIC_MATCHER_P()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp6511 TypeSourceInfo *GetTypeSourceInfo() { in GetTypeSourceInfo() function in clang::TypeLocReader
6589 TL.setClassTInfo(GetTypeSourceInfo()); in VisitMemberPointerTypeLoc()
6700 TL.setUnderlyingTInfo(GetTypeSourceInfo()); in VisitTypeOfTypeLoc()
6712 TL.setUnderlyingTInfo(GetTypeSourceInfo()); in VisitUnaryTransformTypeLoc()
6837 TL.setTypeArgTInfo(i, GetTypeSourceInfo()); in VisitObjCObjectTypeLoc()