Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h177 inline TypeSourceInfo *GetTypeSourceInfo(const T &Node) {
184 inline TypeSourceInfo *GetTypeSourceInfo(const T &Node) {
187 inline TypeSourceInfo *GetTypeSourceInfo(const BlockDecl &Node) {
190 inline TypeSourceInfo *GetTypeSourceInfo(const CXXNewExpr &Node) {
194 GetTypeSourceInfo(const ClassTemplateSpecializationDecl &Node) {
H A DASTMatchers.h3950 TypeSourceInfo *source = internal::GetTypeSourceInfo(Node); in AST_POLYMORPHIC_MATCHER_P()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6472 TypeSourceInfo *GetTypeSourceInfo() { in GetTypeSourceInfo() function in clang::TypeLocReader
6549 TL.setClassTInfo(GetTypeSourceInfo()); in VisitMemberPointerTypeLoc()
6656 TL.setUnderlyingTInfo(GetTypeSourceInfo()); in VisitTypeOfTypeLoc()
6667 TL.setUnderlyingTInfo(GetTypeSourceInfo()); in VisitUnaryTransformTypeLoc()
6786 TL.setTypeArgTInfo(i, GetTypeSourceInfo()); in VisitObjCObjectTypeLoc()