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

  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaOverload.cpp 908 QualType OldQType = Context.getCanonicalType(Old->getType());
917 if (isa<FunctionNoProtoType>(OldQType.getTypePtr()) ||
921 const FunctionProtoType* OldType = cast<FunctionProtoType>(OldQType);
927 if (OldQType != NewQType &&
    [all...]

Completed in 24 milliseconds