HomeSort by relevance Sort by last modified time
    Searched defs:resultTy (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ObjCMessage.cpp 112 QualType resultTy;
118 resultTy = Msg.getResultType(ctx);
121 resultTy = Ctor->getType();
128 resultTy = FD->getResultType();
130 resultTy = FunctionCall->getType();
134 resultTy = ctx.getPointerType(resultTy);
136 return resultTy;
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 146 milliseconds