Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp965 E->setWrittenTypeInfo(GetTypeSourceInfo()); in VisitVAArgExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h4123 void setWrittenTypeInfo(TypeSourceInfo *TI) { TInfo.setPointer(TI); } in setWrittenTypeInfo() function