Searched defs:ReturnTInfo (Results 1 - 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 1290 TypeSourceInfo *ReturnTInfo = nullptr; local 1294 ReturnType, ReturnTInfo, S.Context.getTranslationUnitDecl(),
|
H A D | SemaExprObjC.cpp | 288 TypeSourceInfo *ReturnTInfo = nullptr; local 291 S.NSNumberPointer, ReturnTInfo, S.NSNumberDecl, 539 TypeSourceInfo *ReturnTInfo = nullptr; local 542 NSStringPointer, ReturnTInfo, NSStringDecl, 644 TypeSourceInfo *ReturnTInfo = nullptr; local 651 ReturnTInfo, 785 TypeSourceInfo *ReturnTInfo = nullptr; local 787 Context, SourceLocation(), SourceLocation(), Sel, IdT, ReturnTInfo,
|
H A D | SemaDeclObjC.cpp | 4152 TypeSourceInfo *ReturnTInfo = nullptr; local 4154 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo); 4169 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext,
|
/external/clang/lib/AST/ |
H A D | DeclObjC.cpp | 724 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo, 729 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance, 722 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 1282 milliseconds