Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReaderDecl.cpp889 QualType TSIType = Record.readType(); in VisitDeclaratorDecl() local
891 TSIType.isNull() ? nullptr in VisitDeclaratorDecl()
892 : Reader.getContext().CreateTypeSourceInfo(TSIType)); in VisitDeclaratorDecl()