Searched defs:Statement (Results  1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/Syntax/ | 
| H A D | Nodes.h | 91   Statement,  enumerator211   Statement(NodeKind K) : Tree(K) {}  in Statement()  function
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ | 
| H A D | DIALineNumber.cpp | 73   BOOL Statement = 0;  in isStatement()  local
 | 
| /openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/ | 
| H A D | cxx_loop_proto.proto | 68 message Statement {  message
 | 
| H A D | cxx_proto.proto | 76 message Statement {  message
 | 
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ | 
| H A D | CFG.h | 65     Statement,  enumerator1040   void setLabel(Stmt *Statement) { Label = Statement; }  in setLabel()
 
 | 
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ | 
| H A D | DumpOutputStyle.cpp | 825       char Statement = Line.isStatement() ? ' ' : '!';  in typesetLinesAndColumns()  local
 | 
| /openbsd-src/gnu/llvm/clang/lib/Sema/ | 
| H A D | SemaStmt.cpp | 1826     DeclMatcher(Sema &S, DeclSetVector &Decls, Stmt *Statement) :  in DeclMatcher()1946   bool ProcessIterationStmt(Sema &S, Stmt* Statement, bool &Increment,  in ProcessIterationStmt()
 
 | 
| H A D | SemaDecl.cpp | 19797 Decl *Sema::ActOnTopLevelStmtDecl(Stmt *Statement) {  in ActOnTopLevelStmtDecl()
 | 
| H A D | SemaExpr.cpp | 20235 bool Sema::DiagRuntimeBehavior(SourceLocation Loc, const Stmt *Statement,  in DiagRuntimeBehavior()
 | 
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ | 
| H A D | CFG.cpp | 1547 std::unique_ptr<CFG> CFGBuilder::buildCFG(const Decl *D, Stmt *Statement) {  in buildCFG()5231 std::unique_ptr<CFG> CFG::buildCFG(const Decl *D, Stmt *Statement,  in buildCFG()
 
 | 
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ | 
| H A D | ASTMatchers.h | 5494   const Stmt *const Statement = internal::GetBodyMatcher<NodeType>::get(Node);  in AST_POLYMORPHIC_MATCHER_P()  local5517   const Stmt *const Statement = Node.getBody();  in AST_MATCHER_P()  local
 
 | 
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ | 
| H A D | Decl.h | 4310   Stmt *Statement = nullptr;  variable
 | 
| /openbsd-src/gnu/llvm/clang/lib/AST/ | 
| H A D | Decl.cpp | 5271 TopLevelStmtDecl *TopLevelStmtDecl::Create(ASTContext &C, Stmt *Statement) {  in Create()
 |