OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeReq
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprConcepts.h
333
ReturnTypeRequirement
TypeReq
;
377
return
TypeReq
;
RecursiveASTVisitor.h
2763
if (auto *
TypeReq
= dyn_cast<concepts::TypeRequirement>(Req)) {
2764
if (!
TypeReq
->isSubstitutionFailure())
2765
TRY_TO(TraverseTypeLoc(
TypeReq
->getType()->getTypeLoc()));
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaConcept.cpp
1041
TypeReq
(Req), SubstitutedConstraintExpr(SubstitutedConstraintExpr),
1055
Value(ExprSubstDiag), NoexceptLoc(NoexceptLoc),
TypeReq
(Req),
SemaTemplateInstantiate.cpp
1148
if (auto *
TypeReq
= dyn_cast<concepts::TypeRequirement>(Req))
1149
TransReq = TransformTypeRequirement(
TypeReq
);
TreeTransform.h
12266
if (auto *
TypeReq
= dyn_cast<concepts::TypeRequirement>(Req))
12267
TransReq = getDerived().TransformTypeRequirement(
TypeReq
);
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtProfile.cpp
1492
if (auto *
TypeReq
= dyn_cast<concepts::TypeRequirement>(Req)) {
1494
ID.AddBoolean(
TypeReq
->isSubstitutionFailure());
1495
if (!
TypeReq
->isSubstitutionFailure())
1496
VisitType(
TypeReq
->getType()->getType());
StmtPrinter.cpp
2313
if (auto *
TypeReq
= dyn_cast<concepts::TypeRequirement>(Req)) {
2314
if (
TypeReq
->isSubstitutionFailure())
2317
TypeReq
->getType()->getType().print(OS, Policy);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
459
if (auto *
TypeReq
= dyn_cast<concepts::TypeRequirement>(R)) {
461
Record.push_back(
TypeReq
->Status);
462
if (
TypeReq
->Status == concepts::TypeRequirement::SS_SubstitutionFailure)
463
addSubstitutionDiagnostic(Record,
TypeReq
->getSubstitutionDiagnostic());
465
Record.AddTypeSourceInfo(
TypeReq
->getType());
Completed in 38 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026