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 22 QualType resultTy;
26 resultTy = Msg.getResultType(ctx);
29 resultTy = Ctor->getType();
36 resultTy = FD->getResultType();
38 resultTy = FunctionCall->getType();
42 resultTy = ctx.getPointerType(resultTy);
44 return resultTy;
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 115 milliseconds