Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h676 void setTypeSourceInfo(TypeSourceInfo *TI) { in setTypeSourceInfo() function
2654 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo() function
DExpr.h1919 void setTypeSourceInfo(TypeSourceInfo *tsi) { in setTypeSourceInfo() function
2601 void setTypeSourceInfo(TypeSourceInfo *tinfo) { in setTypeSourceInfo() function
3517 void setTypeSourceInfo(TypeSourceInfo *ti) { in setTypeSourceInfo() function
/external/clang/lib/Sema/
DSemaDeclObjC.cpp864 newTypeParam->setTypeSourceInfo( in checkTypeParamListConsistency()
892 newTypeParam->setTypeSourceInfo( in checkTypeParamListConsistency()
DSemaDecl.cpp2015 New->setTypeSourceInfo(OldTD->getTypeSourceInfo()); in MergeTypedefNameDecl()
5373 NewTD->setTypeSourceInfo(FixedTInfo); in CheckTypedefForVariablyModifiedType()
6932 NewVD->setTypeSourceInfo(FixedTInfo); in CheckVariableDeclarationType()
DSemaTemplate.cpp8526 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp563 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx)); in VisitOffsetOfExpr()
735 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx)); in VisitCompoundLiteralExpr()
DASTReaderDecl.cpp621 TD->setTypeSourceInfo(TInfo); in VisitTypedefNameDecl()