Searched defs:ReturnTInfo (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp1276 TypeSourceInfo *ReturnTInfo = nullptr; local
1280 ReturnType, ReturnTInfo, S.Context.getTranslationUnitDecl(),
H A DSemaDeclObjC.cpp3122 TypeSourceInfo *ReturnTInfo = nullptr; local
3124 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo);
3137 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext,
H A DSemaExprObjC.cpp233 TypeSourceInfo *ReturnTInfo = nullptr; local
236 S.NSNumberPointer, ReturnTInfo, S.NSNumberDecl,
500 TypeSourceInfo *ReturnTInfo = nullptr; local
503 NSStringPointer, ReturnTInfo, NSStringDecl,
662 TypeSourceInfo *ReturnTInfo = nullptr; local
664 Context, SourceLocation(), SourceLocation(), Sel, IdT, ReturnTInfo,
/external/clang/lib/AST/
H A DDeclObjC.cpp643 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
648 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance,
641 Create( ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument

Completed in 85 milliseconds