HomeSort by: relevance | last modified time | path
    Searched refs:setTypeSourceInfo (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 2421 void setTypeSourceInfo(TypeSourceInfo *tsi) {
3365 void setTypeSourceInfo(TypeSourceInfo *tinfo) {
4413 void setTypeSourceInfo(TypeSourceInfo *ti) {
Decl.h 735 void setTypeSourceInfo(TypeSourceInfo *TI) {
3203 void setTypeSourceInfo(TypeSourceInfo *newType) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 729 E->setTypeSourceInfo(readTypeSourceInfo());
1161 E->setTypeSourceInfo(readTypeSourceInfo());
ASTReaderDecl.cpp 682 TD->setTypeSourceInfo(TInfo);
838 DD->setTypeSourceInfo(
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 2311 New->setTypeSourceInfo(OldTD->getTypeSourceInfo());
6187 NewTD->setTypeSourceInfo(FixedTInfo);
8092 NewVD->setTypeSourceInfo(FixedTInfo);
SemaTemplate.cpp 10889 NTTP->setTypeSourceInfo(NewTSI);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 5267 New->setTypeSourceInfo(getTrivialTypeSourceInfo(Orig->getUnderlyingType()));

Completed in 99 milliseconds