Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp572 NSStringPointer, ReturnTInfo, NSStringDecl, in BuildObjCBoxedExpr() local
293 TypeSourceInfo *ReturnTInfo = nullptr; getNSNumberFactoryMethod() local
682 TypeSourceInfo *ReturnTInfo = nullptr; BuildObjCBoxedExpr() local
820 TypeSourceInfo *ReturnTInfo = nullptr; BuildObjCArrayLiteral() local
H A DSemaPseudoObject.cpp1217 TypeSourceInfo *ReturnTInfo = nullptr; findAtIndexSetter() local
H A DSemaDeclObjC.cpp4749 TypeSourceInfo *ReturnTInfo = nullptr; ActOnMethodDeclaration() local
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp824 ObjCMethodDecl(SourceLocation beginLoc,SourceLocation endLoc,Selector SelInfo,QualType T,TypeSourceInfo * ReturnTInfo,DeclContext * contextDecl,bool isInstance,bool isVariadic,bool isPropertyAccessor,bool isSynthesizedAccessorStub,bool isImplicitlyDeclared,bool isDefined,ObjCImplementationControl impControl,bool HasRelatedResultType) ObjCMethodDecl() argument
854 Create(ASTContext & C,SourceLocation beginLoc,SourceLocation endLoc,Selector SelInfo,QualType T,TypeSourceInfo * ReturnTInfo,DeclContext * contextDecl,bool isInstance,bool isVariadic,bool isPropertyAccessor,bool isSynthesizedAccessorStub,bool isImplicitlyDeclared,bool isDefined,ObjCImplementationControl impControl,bool HasRelatedResultType) Create() argument
/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h148 TypeSourceInfo *ReturnTInfo; variable