Home
last modified time | relevance | path

Searched defs:Statement (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Syntax/
H A DNodes.h91 Statement, enumerator
211 Statement(NodeKind K) : Tree(K) {} in Statement() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp73 BOOL Statement = 0; in isStatement() local
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/
H A Dcxx_loop_proto.proto68 message Statement { message
H A Dcxx_proto.proto76 message Statement { message
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h65 Statement, enumerator
1040 void setLabel(Stmt *Statement) { Label = Statement; } in setLabel()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp825 char Statement = Line.isStatement() ? ' ' : '!'; in typesetLinesAndColumns() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp1826 DeclMatcher(Sema &S, DeclSetVector &Decls, Stmt *Statement) : in DeclMatcher()
1946 bool ProcessIterationStmt(Sema &S, Stmt* Statement, bool &Increment, in ProcessIterationStmt()
H A DSemaDecl.cpp19797 Decl *Sema::ActOnTopLevelStmtDecl(Stmt *Statement) { in ActOnTopLevelStmtDecl()
H A DSemaExpr.cpp20235 bool Sema::DiagRuntimeBehavior(SourceLocation Loc, const Stmt *Statement, in DiagRuntimeBehavior()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp1547 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 DASTMatchers.h5494 const Stmt *const Statement = internal::GetBodyMatcher<NodeType>::get(Node); in AST_POLYMORPHIC_MATCHER_P() local
5517 const Stmt *const Statement = Node.getBody(); in AST_MATCHER_P() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h4310 Stmt *Statement = nullptr; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp5271 TopLevelStmtDecl *TopLevelStmtDecl::Create(ASTContext &C, Stmt *Statement) { in Create()