Home
last modified time | relevance | path

Searched refs:UnderlyingTInfo (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h1937 TypeSourceInfo* UnderlyingTInfo; member
2010 return this->getLocalData()->UnderlyingTInfo; in getUnderlyingTInfo()
2014 this->getLocalData()->UnderlyingTInfo = TI; in setUnderlyingTInfo()
2055 TypeSourceInfo *UnderlyingTInfo; member
2073 return getLocalData()->UnderlyingTInfo; in getUnderlyingTInfo()
2077 getLocalData()->UnderlyingTInfo = TInfo; in setUnderlyingTInfo()
/llvm-project-15.0.7/clang/lib/AST/
H A DTypeLoc.cpp518 this->getLocalData()->UnderlyingTInfo = Context.getTrivialTypeSourceInfo( in initializeLocal()