Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h574 void setTypeSourceInfo(TypeSourceInfo *TI) { in setTypeSourceInfo() function
2529 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo() function
H A DExpr.h1919 void setTypeSourceInfo(TypeSourceInfo *tsi) { in setTypeSourceInfo() function
2636 void setTypeSourceInfo(TypeSourceInfo *tinfo) { in setTypeSourceInfo() function
3540 void setTypeSourceInfo(TypeSourceInfo *ti) { in setTypeSourceInfo() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp538 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx)); in VisitOffsetOfExpr()
701 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx)); in VisitCompoundLiteralExpr()
H A DASTReaderDecl.cpp493 TD->setTypeSourceInfo(TInfo); in VisitTypedefNameDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp4930 NewTD->setTypeSourceInfo(FixedTInfo); in CheckTypedefForVariablyModifiedType()
6186 NewVD->setTypeSourceInfo(FixedTInfo); in CheckVariableDeclarationType()
H A DSemaTemplate.cpp8229 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()