Searched refs:ReturnTInfo (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclObjC.h | 169 TypeSourceInfo *ReturnTInfo; variable 227 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo, 241 MethodDeclType(T), ReturnTInfo(ReturnTInfo), ParamsAndSelLocs(nullptr), in NamedDecl() 255 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo, 344 TypeSourceInfo *getReturnTypeSourceInfo() const { return ReturnTInfo; } in getReturnTypeSourceInfo() 345 void setReturnTypeSourceInfo(TypeSourceInfo *TInfo) { ReturnTInfo = TInfo; } in setReturnTypeSourceInfo()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExprObjC.cpp | 234 TypeSourceInfo *ReturnTInfo = nullptr; in getNSNumberFactoryMethod() local 237 S.NSNumberPointer, ReturnTInfo, S.NSNumberDecl, in getNSNumberFactoryMethod() 502 TypeSourceInfo *ReturnTInfo = nullptr; in BuildObjCBoxedExpr() local 505 NSStringPointer, ReturnTInfo, NSStringDecl, in BuildObjCBoxedExpr() 624 TypeSourceInfo *ReturnTInfo = nullptr; in BuildObjCBoxedExpr() local 631 ReturnTInfo, in BuildObjCBoxedExpr() 776 TypeSourceInfo *ReturnTInfo = nullptr; in BuildObjCArrayLiteral() local 778 Context, SourceLocation(), SourceLocation(), Sel, IdT, ReturnTInfo, in BuildObjCArrayLiteral()
|
| HD | SemaPseudoObject.cpp | 1260 TypeSourceInfo *ReturnTInfo = nullptr; in findAtIndexSetter() local 1264 ReturnType, ReturnTInfo, S.Context.getTranslationUnitDecl(), in findAtIndexSetter()
|
| HD | SemaDeclObjC.cpp | 4105 TypeSourceInfo *ReturnTInfo = nullptr; in ActOnMethodDeclaration() local 4107 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo); in ActOnMethodDeclaration() 4122 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | DeclObjC.cpp | 699 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo, in Create() argument 704 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance, in Create()
|
| HD | ASTImporter.cpp | 3402 TypeSourceInfo *ReturnTInfo = Importer.Import(D->getReturnTypeSourceInfo()); in VisitObjCMethodDecl() local 3406 Name.getObjCSelector(), ResultTy, ReturnTInfo, DC, D->isInstanceMethod(), in VisitObjCMethodDecl()
|