Searched refs:Stmt (Results 301 - 320 of 320) sorted by relevance

<<111213

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp47 void JSONNodeDumper::Visit(const Stmt *S) {
H A DTextNodeDumper.cpp123 void TextNodeDumper::Visit(const Stmt *Node) {
H A DType.cpp208 Context(Context), SizeExpr((Stmt*) e), Brackets(brackets) {}
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6930 Stmt *Sema::MaybeCreateStmtWithCleanups(Stmt *SubStmt) {
8384 StmtResult Sema::ActOnFinishFullStmt(Stmt *FullStmt) {
H A DSemaDecl.cpp14071 void Sema::computeNRVO(Stmt *Body, FunctionScopeInfo *Scope) {
14134 Decl *Sema::ActOnFinishFunctionBody(Decl *D, Stmt *BodyArg) {
14182 Decl *Sema::ActOnFinishFunctionBody(Decl *dcl, Stmt *Body,
14487 for (const Stmt *S : Body->children()) {
H A DSemaTemplateInstantiate.cpp3458 Sema::SubstStmt(Stmt *S, const MultiLevelTemplateArgumentList &TemplateArgs) {
H A DSemaTemplate.cpp2788 bool TraverseStmt(Stmt *S, DataRecursionQueue *Q = nullptr) {
3435 bool handledStmt(Stmt *E, raw_ostream &OS) override {
H A DSemaExprObjC.cpp3551 ACCResult VisitStmt(Stmt *s) {
H A DSemaTemplateInstantiateDecl.cpp4641 Stmt *Pattern = nullptr;
H A DSemaOverload.cpp7285 alignas(CallExpr) char Buffer[sizeof(CallExpr) + sizeof(Stmt *)];
/freebsd-13-stable/lib/clang/libclang/
H A DMakefile130 SRCS_MIN+= AST/Stmt.cpp
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp110 void VisitStmt(Stmt *S) {
H A DCGObjCMac.cpp1375 void EmitTryOrSynchronizedStmt(CodeGen::CodeGenFunction &CGF, const Stmt &S);
4292 const Stmt &S;
4297 PerformFragileFinally(const Stmt *S,
4613 const Stmt &S) {
H A DCGObjC.cpp3486 const Stmt *subStmt = ARPS.getSubStmt();
H A DMicrosoftCXXABI.cpp4013 SmallVector<const Stmt *, 4> ArgVec;
H A DCGExprScalar.cpp415 Value *VisitStmt(Stmt *S) {
417 llvm_unreachable("Stmt can't have complex result type!");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1306 Stmt *GeneratedBody = Res ? Res->getBody() : nullptr;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h124 class Stmt;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2042 typedef SmallVector<Stmt*, 32> StmtVector;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7456 Stmt *ASTReader::GetExternalDeclStmt(uint64_t Offset) {
9549 auto ComputeODRHash = [&Hash](const Stmt *S) {

Completed in 562 milliseconds

<<111213