Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DTypeLoc.h1905 TypeSourceInfo* UnderlyingTInfo; member
1978 return this->getLocalData()->UnderlyingTInfo; in getUnderlyingTInfo()
1982 this->getLocalData()->UnderlyingTInfo = TI; in setUnderlyingTInfo()
2000 TypeSourceInfo *UnderlyingTInfo; member
2018 return getLocalData()->UnderlyingTInfo; in getUnderlyingTInfo()
2022 getLocalData()->UnderlyingTInfo = TInfo; in setUnderlyingTInfo()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DTypeLoc.cpp504 this->getLocalData()->UnderlyingTInfo = Context.getTrivialTypeSourceInfo( in initializeLocal()