Searched defs:Statement (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIALineNumber.cpp | 73 BOOL Statement = 0; in isStatement() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | Nodes.h | 91 Statement, enumerator 211 Statement(NodeKind K) : Tree(K) {} in Statement() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CFG.h | 66 Statement, enumerator 1071 void setLabel(Stmt *Statement) { Label = Statement; } in setLabel()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 1859 DeclMatcher(Sema &S, DeclSetVector &Decls, Stmt *Statement) : in DeclMatcher() 1979 bool ProcessIterationStmt(Sema &S, Stmt* Statement, bool &Increment, in ProcessIterationStmt()
|
H A D | SemaDecl.cpp | 20098 void Sema::ActOnFinishTopLevelStmtDecl(TopLevelStmtDecl *D, Stmt *Statement) { in ActOnFinishTopLevelStmtDecl()
|
H A D | SemaExpr.cpp | 19990 bool Sema::DiagRuntimeBehavior(SourceLocation Loc, const Stmt *Statement, in DiagRuntimeBehavior()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.cpp | 826 char Statement = Line.isStatement() ? ' ' : '!'; in typesetLinesAndColumns() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 1569 std::unique_ptr<CFG> CFGBuilder::buildCFG(const Decl *D, Stmt *Statement) { in buildCFG() 5236 std::unique_ptr<CFG> CFG::buildCFG(const Decl *D, Stmt *Statement, in buildCFG()
|
/freebsd/sys/contrib/edk2/Include/Uefi/ |
H A D | UefiInternalFormRepresentation.h | 932 EFI_IFR_STATEMENT_HEADER Statement; member 949 EFI_IFR_STATEMENT_HEADER Statement; member 990 EFI_IFR_STATEMENT_HEADER Statement; member
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5756 const Stmt *const Statement = internal::GetBodyMatcher<NodeType>::get(Node); in AST_POLYMORPHIC_MATCHER_P() local 5779 const Stmt *const Statement = Node.getBody(); in AST_MATCHER_P() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 4434 Stmt *Statement = nullptr; variable
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 5593 TopLevelStmtDecl *TopLevelStmtDecl::Create(ASTContext &C, Stmt *Statement) { in Create()
|