Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeLoc.h1793 TypeSourceInfo* UnderlyingTInfo; member
1866 return this->getLocalData()->UnderlyingTInfo; in getUnderlyingTInfo()
1870 this->getLocalData()->UnderlyingTInfo = TI; in setUnderlyingTInfo()
1888 TypeSourceInfo *UnderlyingTInfo; member
1906 return getLocalData()->UnderlyingTInfo; in getUnderlyingTInfo()
1910 getLocalData()->UnderlyingTInfo = TInfo; in setUnderlyingTInfo()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDTypeLoc.cpp495 this->getLocalData()->UnderlyingTInfo = Context.getTrivialTypeSourceInfo( in initializeLocal()