Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1282 E->setWrittenTypeInfo(readTypeSourceInfo()); in VisitVAArgExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h4580 void setWrittenTypeInfo(TypeSourceInfo *TI) { TInfo.setPointer(TI); } in setWrittenTypeInfo() function