OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewQType
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Sema/
SemaDecl.cpp
[
all
...]
SemaOverload.cpp
662
QualType
NewQType
= Context.getCanonicalType(New->getType());
671
isa<FunctionNoProtoType>(
NewQType
.getTypePtr()))
675
const FunctionProtoType* NewType = cast<FunctionProtoType>(
NewQType
);
680
if (OldQType !=
NewQType
&&
[
all
...]
Completed in 16 milliseconds