OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewQType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
3352
QualType
NewQType
= Context.getCanonicalType(New->getType());
3354
const FunctionType *NewType = cast<FunctionType>(
NewQType
);
3449
NewQType
= Context.getCanonicalType(New->getType());
3488
// any of the other checks below, which may update the "de facto"
NewQType
3493
NewQType
= Context.getCanonicalType(New->getType());
3509
ResQT = Context.mergeObjCGCQualifiers(
NewQType
, OldQType);
3522
NewQType
= ResQT;
3526
QualType NewReturnType = cast<FunctionType>(
NewQType
)->getReturnType();
3536
NewQType
= Context.getCanonicalType(
3537
SubstAutoType(
NewQType
,
[
all
...]
SemaOverload.cpp
1165
QualType
NewQType
= Context.getCanonicalType(New->getType());
1174
isa<FunctionNoProtoType>(
NewQType
.getTypePtr()))
1178
const FunctionProtoType *NewType = cast<FunctionProtoType>(
NewQType
);
1183
if (OldQType !=
NewQType
&&
Completed in 42 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026