Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp921 QualType TSIType = Record.readType(); in VisitDeclaratorDecl() local
923 TSIType.isNull() ? nullptr in VisitDeclaratorDecl()
924 : Reader.getContext().CreateTypeSourceInfo(TSIType)); in VisitDeclaratorDecl()