Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h616 void setTypeSourceInfo(TypeSourceInfo *TI) { in setTypeSourceInfo() function
2637 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo() function
DExpr.h1959 void setTypeSourceInfo(TypeSourceInfo *tsi) { in setTypeSourceInfo() function
2675 void setTypeSourceInfo(TypeSourceInfo *tinfo) { in setTypeSourceInfo() function
3583 void setTypeSourceInfo(TypeSourceInfo *ti) { in setTypeSourceInfo() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp558 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx)); in VisitOffsetOfExpr()
730 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx)); in VisitCompoundLiteralExpr()
DASTReaderDecl.cpp566 TD->setTypeSourceInfo(TInfo); in VisitTypedefNameDecl()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp865 newTypeParam->setTypeSourceInfo( in checkTypeParamListConsistency()
893 newTypeParam->setTypeSourceInfo( in checkTypeParamListConsistency()
DSemaDecl.cpp1960 New->setTypeSourceInfo(OldTD->getTypeSourceInfo()); in MergeTypedefNameDecl()
5239 NewTD->setTypeSourceInfo(FixedTInfo); in CheckTypedefForVariablyModifiedType()
6653 NewVD->setTypeSourceInfo(FixedTInfo); in CheckVariableDeclarationType()
DSemaTemplate.cpp8382 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()