Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3570 bool isModed() const { in isModed() function
3575 return isModed() ? cast<ModedTInfo *>(MaybeModedTInfo.getPointer())->first in getTypeSourceInfo()
3580 return isModed() ? cast<ModedTInfo *>(MaybeModedTInfo.getPointer())->second in getUnderlyingType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp611 Record.push_back(D->isModed()); in VisitTypedefNameDecl()
612 if (D->isModed()) in VisitTypedefNameDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2559 if (OldTD->isModed()) in MergeTypedefNameDecl()