| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ComputeDependence.h | 87 class PredefinedExpr; variable 182 ExprDependence computeDependence(PredefinedExpr *E);
|
| H A D | IgnoreExpr.h | 169 else if (auto *PE = dyn_cast<PredefinedExpr>(E)) { in IgnoreParensSingleStep()
|
| H A D | StmtDataCollectors.td | 28 class PredefinedExpr {
|
| H A D | TextNodeDumper.h | 276 void VisitPredefinedExpr(const PredefinedExpr *Node);
|
| H A D | JSONNodeDumper.h | 290 void VisitPredefinedExpr(const PredefinedExpr *PE);
|
| H A D | Expr.h | 2001 class PredefinedExpr final 2003 private llvm::TrailingObjects<PredefinedExpr, Stmt *> { 2011 PredefinedExpr(SourceLocation L, QualType FNTy, PredefinedIdentKind IK, 2014 explicit PredefinedExpr(EmptyShell Empty, bool HasFunctionName); 2030 static PredefinedExpr *Create(const ASTContext &Ctx, SourceLocation L, 2035 static PredefinedExpr *CreateEmpty(const ASTContext &Ctx,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 1940 std::string Str = PredefinedExpr::ComputeName( in printThunkMethod() 1954 PredefinedExpr::ComputeName(PredefinedIdentKind::PrettyFunctionNoVirtual, in dumpLayout() 1957 PredefinedExpr::ComputeName(PredefinedIdentKind::PrettyFunctionNoVirtual, in dumpLayout() 2023 std::string Str = PredefinedExpr::ComputeName( in dumpLayout() 2105 std::string Str = PredefinedExpr::ComputeName( in dumpLayout() 2183 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() 2247 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() 3270 std::string Str = PredefinedExpr::ComputeName( in dumpLayout() 3325 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() 3756 std::string MethodName = PredefinedExpr::ComputeName( in dumpMethodLocations()
|
| H A D | Expr.cpp | 611 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, in PredefinedExpr() function in PredefinedExpr 627 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr() function in PredefinedExpr 632 PredefinedExpr *PredefinedExpr::Create(const ASTContext &Ctx, SourceLocation L, in Create() 637 alignof(PredefinedExpr)); in Create() 638 return new (Mem) PredefinedExpr(L, FNTy, IK, IsTransparent, SL); in Create() 641 PredefinedExpr *PredefinedExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() 644 alignof(PredefinedExpr)); in CreateEmpty() 645 return new (Mem) PredefinedExpr(EmptyShell(), HasFunctionName); in CreateEmpty() 648 StringRef PredefinedExpr::getIdentKindName(PredefinedIdentKind IK) { in getIdentKindName() 672 std::string PredefinedExpr::ComputeName(PredefinedIdentKind IK, in ComputeName() [all …]
|
| H A D | ExprClassification.cpp | 159 auto *PE = cast<PredefinedExpr>(E); in ClassifyInternal()
|
| H A D | JSONNodeDumper.cpp | 1367 void JSONNodeDumper::VisitPredefinedExpr(const PredefinedExpr *PE) { in VisitPredefinedExpr() 1368 JOS.attribute("name", PredefinedExpr::getIdentKindName(PE->getIdentKind())); in VisitPredefinedExpr()
|
| H A D | ComputeDependence.cpp | 638 ExprDependence clang::computeDependence(PredefinedExpr *E) { in computeDependence()
|
| H A D | StmtPrinter.cpp | 1437 void StmtPrinter::VisitPredefinedExpr(PredefinedExpr *Node) { in VisitPredefinedExpr() 1438 OS << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
|
| H A D | TextNodeDumper.cpp | 1580 void TextNodeDumper::VisitPredefinedExpr(const PredefinedExpr *Node) { in VisitPredefinedExpr() 1581 OS << " " << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
|
| H A D | StmtProfile.cpp | 1378 void StmtProfiler::VisitPredefinedExpr(const PredefinedExpr *S) { in VisitPredefinedExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprConstant.cpp | 376 ConstantLValue VisitPredefinedExpr(const PredefinedExpr *e); 514 ConstantLValueEmitter::VisitPredefinedExpr(const PredefinedExpr *e) { in VisitPredefinedExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 60 def PredefinedExpr : StmtNode<Expr>;
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.cpp | 692 bool VisitPredefinedExpr(const PredefinedExpr *E) { in VisitPredefinedExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.h | 183 bool VisitPredefinedExpr(const PredefinedExpr *E);
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 352 const auto *PE = cast<PredefinedExpr>(E); in getConstantVal()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1023 const internal::VariadicDynCastAllOfMatcher<Stmt, PredefinedExpr>
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 2096 ConstantLValue VisitPredefinedExpr(const PredefinedExpr *E); 2323 ConstantLValueEmitter::VisitPredefinedExpr(const PredefinedExpr *E) { in VisitPredefinedExpr()
|
| H A D | CGExpr.cpp | 1629 return EmitPredefinedLValue(cast<PredefinedExpr>(E)); in EmitLValueHelper() 3428 LValue CodeGenFunction::EmitPredefinedLValue(const PredefinedExpr *E) { in EmitPredefinedLValue() 3434 PredefinedExpr::getIdentKindName(E->getIdentKind()), FnName}; in EmitPredefinedLValue()
|
| H A D | CGExprAgg.cpp | 160 void VisitPredefinedExpr(const PredefinedExpr *E) { in VisitPredefinedExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1624 ExprResult TransformPredefinedExpr(PredefinedExpr *E); 2191 TemplateInstantiator::TransformPredefinedExpr(PredefinedExpr *E) { in TransformPredefinedExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 595 void ASTStmtReader::VisitPredefinedExpr(PredefinedExpr *E) { in VisitPredefinedExpr() 3168 S = PredefinedExpr::CreateEmpty( in ReadStmtFromStream()
|