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

/external/clang/include/clang/AST/
H A DDecl.h676 void setTypeSourceInfo(TypeSourceInfo *TI) { function in class:clang::DeclaratorDecl
2654 void setTypeSourceInfo(TypeSourceInfo *newType) {
H A DExpr.h1919 void setTypeSourceInfo(TypeSourceInfo *tsi) { function in class:clang::StringLiteral::final
2601 void setTypeSourceInfo(TypeSourceInfo *tinfo) { function in class:clang::StringLiteral::final::CallExpr::CompoundLiteralExpr
3517 void setTypeSourceInfo(TypeSourceInfo *ti) { function in class:clang::StringLiteral::final::CallExpr::ConvertVectorExpr
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp864 newTypeParam->setTypeSourceInfo(
892 newTypeParam->setTypeSourceInfo(
H A DSemaDecl.cpp2015 New->setTypeSourceInfo(OldTD->getTypeSourceInfo());
5373 NewTD->setTypeSourceInfo(FixedTInfo);
6932 NewVD->setTypeSourceInfo(FixedTInfo);
H A DSemaTemplate.cpp8526 NTTP->setTypeSourceInfo(NewTSI);
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp563 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx));
735 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx));
H A DASTReaderDecl.cpp621 TD->setTypeSourceInfo(TInfo);

Completed in 422 milliseconds