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

/external/clang/include/clang/AST/
H A DDecl.h557 void setTypeSourceInfo(TypeSourceInfo *TI) { function in class:clang::DeclaratorDecl
2454 void setTypeSourceInfo(TypeSourceInfo *newType) {
H A DExpr.h1907 void setTypeSourceInfo(TypeSourceInfo *tsi) { function in class:clang::StringLiteral::OffsetOfExpr
2624 void setTypeSourceInfo(TypeSourceInfo *tinfo) { function in class:clang::StringLiteral::OffsetOfExpr::CompoundLiteralExpr
3528 void setTypeSourceInfo(TypeSourceInfo *ti) { function in class:clang::StringLiteral::OffsetOfExpr::ConvertVectorExpr
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp537 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx));
700 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx));
H A DASTReaderDecl.cpp466 TD->setTypeSourceInfo(TInfo);
/external/clang/lib/Sema/
H A DSemaTemplate.cpp8105 NTTP->setTypeSourceInfo(NewTSI);
H A DSemaDecl.cpp4810 NewTD->setTypeSourceInfo(FixedTInfo);
6046 NewVD->setTypeSourceInfo(FixedTInfo);

Completed in 532 milliseconds