Home
last modified time | relevance | path

Searched defs:Stmts (Results 1 – 15 of 15) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp172 const std::vector<Record*> Stmts in deriveChildTree() local
255 const std::vector<Record *> Stmts = in EmitClangDeclContext() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp43 StmtVector Stmts; ParseStatement() local
101 ParseStatementOrDeclaration(StmtVector & Stmts,ParsedStmtContext StmtCtx,SourceLocation * TrailingElseLoc) ParseStatementOrDeclaration() argument
170 ParseStatementOrDeclarationAfterAttributes(StmtVector & Stmts,ParsedStmtContext StmtCtx,SourceLocation * TrailingElseLoc,ParsedAttributes & CXX11Attrs,ParsedAttributes & GNUAttrs) ParseStatementOrDeclarationAfterAttributes() argument
764 StmtVector Stmts; ParseLabeledStatement() local
1117 ConsumeNullStmt(StmtVector & Stmts) ConsumeNullStmt() argument
1188 StmtVector Stmts; ParseCompoundStatementBody() local
2459 ParsePragmaLoopHint(StmtVector & Stmts,ParsedStmtContext StmtCtx,SourceLocation * TrailingElseLoc,ParsedAttributes & Attrs) ParsePragmaLoopHint() argument
2749 ParseMicrosoftIfExistsStatement(StmtVector & Stmts) ParseMicrosoftIfExistsStatement() argument
[all...]
H A DParseDecl.cpp5583 Parser::StmtVector Stmts; ParseTopLevelStmtDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmtObjC.cpp36 Stmt **Stmts = getStmts(); in ObjCAtTryStmt() local
H A DStmtCXX.cpp43 Stmt **Stmts = getStmts(); in CXXTryStmt() local
H A DStmt.cpp365 CompoundStmt(ArrayRef<Stmt * > Stmts,FPOptionsOverride FPFeatures,SourceLocation LB,SourceLocation RB) CompoundStmt() argument
375 setStmts(ArrayRef<Stmt * > Stmts) setStmts() argument
382 Create(const ASTContext & C,ArrayRef<Stmt * > Stmts,FPOptionsOverride FPFeatures,SourceLocation LB,SourceLocation RB) Create() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp137 CompoundStmt *ASTMaker::makeCompound(ArrayRef<Stmt *> Stmts) { in makeCompound()
566 Stmt *Stmts[] = { B, CE }; in create_dispatch_once() local
668 Stmt *Stmts[2]; in create_OSAtomicCompareAndSwap() local
H A DCFG.cpp5674 SmallVector<const Stmt *, 3> Stmts; print_construction_context() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h93 llvm::TinyPtrVector<const Stmt*> Stmts; variable
96 ArrayRef<const Stmt *> Stmts) in PossiblyUnreachableDiag() argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp155 SmallVector<Stmt *, 16> Stmts; in VisitCompoundStmt() local
1391 Stmt **Stmts = E->getTrailingObjects<Stmt *>(); VisitGenericSelectionExpr() local
H A DASTWriterStmt.cpp1333 Stmt **Stmts = E->getTrailingObjects<Stmt *>(); VisitGenericSelectionExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp115 SmallVector<Stmt *, 32> Stmts; member in __anon8bd724ec0111::RewriteObjC
H A DRewriteModernObjC.cpp125 SmallVector<Stmt *, 32> Stmts; member in __anon8056deb10111::RewriteModernObjC
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8389 llvm::SmallVector<Stmt*, 16> Stmts; global() member
8424 StmtListResult Stmts = visit(); build() local
[all...]
H A DSemaExpr.cpp20918 DiagIfReachable(SourceLocation Loc,ArrayRef<const Stmt * > Stmts,const PartialDiagnostic & PD) DiagIfReachable() argument
20961 DiagRuntimeBehavior(SourceLocation Loc,ArrayRef<const Stmt * > Stmts,const PartialDiagnostic & PD) DiagRuntimeBehavior() argument