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

  /external/clang/include/clang/Sema/
ScopeInfo.h 242 /// ReturnType - The target type of return statements in this context,
244 QualType ReturnType;
  /external/llvm/lib/VMCore/
LLVMContextImpl.h 146 const Type *ReturnType;
150 ReturnType(R), Params(P), isVarArg(V) {}
152 ReturnType(that.ReturnType),
156 ReturnType(FT->getReturnType()),
160 if (ReturnType != that.ReturnType)
179 return hash_combine(Key.ReturnType,
  /external/clang/lib/Sema/
SemaPseudoObject.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaChecking.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 972 /*ReturnType=*/ ParsedType());
978 ParsedType ReturnType;
981 ReturnType = ParseObjCTypeName(DSRet, Declarator::ObjCResultContext, 0);
990 ReturnType);
    [all...]

Completed in 239 milliseconds