Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h722 void setTypeSourceInfo(TypeSourceInfo *TI) { in setTypeSourceInfo() function
2978 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo() function
H A DExpr.h2162 void setTypeSourceInfo(TypeSourceInfo *tsi) { in setTypeSourceInfo() function
2969 void setTypeSourceInfo(TypeSourceInfo *tinfo) { in setTypeSourceInfo() function
3949 void setTypeSourceInfo(TypeSourceInfo *ti) { in setTypeSourceInfo() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp669 E->setTypeSourceInfo(GetTypeSourceInfo()); in VisitOffsetOfExpr()
844 E->setTypeSourceInfo(GetTypeSourceInfo()); in VisitCompoundLiteralExpr()
H A DASTReaderDecl.cpp676 TD->setTypeSourceInfo(TInfo); in VisitTypedefNameDecl()
828 DD->setTypeSourceInfo( in VisitDeclaratorDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp937 newTypeParam->setTypeSourceInfo( in checkTypeParamListConsistency()
965 newTypeParam->setTypeSourceInfo( in checkTypeParamListConsistency()
H A DSemaDecl.cpp2184 New->setTypeSourceInfo(OldTD->getTypeSourceInfo()); in MergeTypedefNameDecl()
5751 NewTD->setTypeSourceInfo(FixedTInfo); in CheckTypedefForVariablyModifiedType()
7480 NewVD->setTypeSourceInfo(FixedTInfo); in CheckVariableDeclarationType()
H A DSemaTemplate.cpp9936 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()