Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h548 void setTypeSourceInfo(TypeSourceInfo *TI) { in setTypeSourceInfo() function
2366 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo() function
DExpr.h1885 void setTypeSourceInfo(TypeSourceInfo *tsi) { in setTypeSourceInfo() function
2594 void setTypeSourceInfo(TypeSourceInfo *tinfo) { in setTypeSourceInfo() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp539 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx)); in VisitOffsetOfExpr()
702 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx)); in VisitCompoundLiteralExpr()
DASTReaderDecl.cpp434 TD->setTypeSourceInfo(TInfo); in VisitTypedefNameDecl()
/external/clang/lib/Sema/
DSemaDecl.cpp4511 NewTD->setTypeSourceInfo(FixedTInfo); in CheckTypedefForVariablyModifiedType()
5655 NewVD->setTypeSourceInfo(FixedTInfo); in CheckVariableDeclarationType()
DSemaTemplate.cpp7856 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()