OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OldProto
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp
363
const FunctionProtoType *
OldProto
=
366
FunctionProtoType::ExceptionSpecInfo ESI =
OldProto
->getExceptionSpecType();
370
ESI.Exceptions =
OldProto
->exceptions();
413
switch (
OldProto
->getExceptionSpecType()) {
421
for (const auto &E :
OldProto
->exceptions()) {
441
assert(
OldProto
->getNoexceptExpr() != nullptr && "Expected non-null Expr");
442
OldProto
->getNoexceptExpr()->printPretty(OS, nullptr, getPrintingPolicy());
SemaDecl.cpp
3693
const FunctionProtoType *
OldProto
= nullptr;
3695
(
OldProto
= dyn_cast<FunctionProtoType>(OldFuncType))) {
3698
assert(!
OldProto
->hasExceptionSpec() && "Exception spec in C");
3699
SmallVector<QualType, 16> ParamTypes(
OldProto
->param_types());
3702
OldProto
->getExtProtoInfo());
3708
for (const auto &ParamType :
OldProto
->param_types()) {
3746
const FunctionProtoType *
OldProto
3752
QualType MergedReturn = Context.mergeTypes(
OldProto
->getReturnType(),
3786
OldProto
->getExtProtoInfo()));
SemaTemplateInstantiateDecl.cpp
4192
const FunctionProtoType *
OldProto
=
4199
D, D->getLocation(),
OldProto
->getParamType(i)));
Completed in 84 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026