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

  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaOverload.cpp 909 QualType NewQType = Context.getCanonicalType(New->getType());
918 isa<FunctionNoProtoType>(NewQType.getTypePtr()))
922 const FunctionProtoType* NewType = cast<FunctionProtoType>(NewQType);
927 if (OldQType != NewQType &&
    [all...]

Completed in 21 milliseconds