Home
last modified time | relevance | path

Searched refs:ReturnTInfo (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h151 TypeSourceInfo *ReturnTInfo; variable
173 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
234 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
346 TypeSourceInfo *getReturnTypeSourceInfo() const { return ReturnTInfo; } in getReturnTypeSourceInfo()
347 void setReturnTypeSourceInfo(TypeSourceInfo *TInfo) { ReturnTInfo = TInfo; } in setReturnTypeSourceInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp782 QualType T, TypeSourceInfo *ReturnTInfo, DeclContext *contextDecl, in ObjCMethodDecl() argument
787 DeclContext(ObjCMethod), MethodDeclType(T), ReturnTInfo(ReturnTInfo), in ObjCMethodDecl()
812 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo, in Create() argument
818 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp286 TypeSourceInfo *ReturnTInfo = nullptr; in getNSNumberFactoryMethod() local
289 S.NSNumberPointer, ReturnTInfo, S.NSNumberDecl, in getNSNumberFactoryMethod()
562 TypeSourceInfo *ReturnTInfo = nullptr; in BuildObjCBoxedExpr() local
565 NSStringPointer, ReturnTInfo, NSStringDecl, in BuildObjCBoxedExpr()
675 TypeSourceInfo *ReturnTInfo = nullptr; in BuildObjCBoxedExpr() local
678 NSValuePointer, ReturnTInfo, NSValueDecl, in BuildObjCBoxedExpr()
811 TypeSourceInfo *ReturnTInfo = nullptr; in BuildObjCArrayLiteral() local
813 Context, SourceLocation(), SourceLocation(), Sel, IdT, ReturnTInfo, in BuildObjCArrayLiteral()
H A DSemaPseudoObject.cpp1290 TypeSourceInfo *ReturnTInfo = nullptr; in findAtIndexSetter() local
1294 ReturnType, ReturnTInfo, S.Context.getTranslationUnitDecl(), in findAtIndexSetter()
H A DSemaDeclObjC.cpp4721 TypeSourceInfo *ReturnTInfo = nullptr; in ActOnMethodDeclaration() local
4723 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo); in ActOnMethodDeclaration()
4738 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()