Home
last modified time | relevance | path

Searched refs:FromTSI (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h336 llvm::Expected<TypeSourceInfo *> Import(TypeSourceInfo *FromTSI);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4091 TypeSourceInfo *FromTSI = D->getTypeSourceInfo(); in VisitFunctionDecl() local
4125 FromTSI = Importer.getFromContext().getTrivialTypeSourceInfo( in VisitFunctionDecl()
4131 auto TInfo = importChecked(Err, FromTSI); in VisitFunctionDecl()
9506 Expected<TypeSourceInfo *> ASTImporter::Import(TypeSourceInfo *FromTSI) { in Import() argument
9507 if (!FromTSI) in Import()
9508 return FromTSI; in Import()
9512 ExpectedType TOrErr = Import(FromTSI->getType()); in Import()
9515 ExpectedSLoc BeginLocOrErr = Import(FromTSI->getTypeLoc().getBeginLoc()); in Import()