HomeSort by: relevance | last modified time | path
    Searched defs:ReturnTInfo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp 1290 TypeSourceInfo *ReturnTInfo = nullptr;
1294 ReturnType, ReturnTInfo, S.Context.getTranslationUnitDecl(),
SemaDeclObjC.cpp 4721 TypeSourceInfo *ReturnTInfo = nullptr;
4723 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo);
4738 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext,
SemaExprObjC.cpp 286 TypeSourceInfo *ReturnTInfo = nullptr;
289 S.NSNumberPointer, ReturnTInfo, S.NSNumberDecl,
562 TypeSourceInfo *ReturnTInfo = nullptr;
565 NSStringPointer, ReturnTInfo, NSStringDecl,
675 TypeSourceInfo *ReturnTInfo = nullptr;
678 NSValuePointer, ReturnTInfo, NSValueDecl,
811 TypeSourceInfo *ReturnTInfo = nullptr;
813 Context, SourceLocation(), SourceLocation(), Sel, IdT, ReturnTInfo,

Completed in 22 milliseconds