Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp73 BOOL Statement = 0; in isStatement() local
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h91 Statement, enumerator
211 Statement(NodeKind K) : Tree(K) {} in Statement() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h66 Statement, enumerator
1071 void setLabel(Stmt *Statement) { Label = Statement; } in setLabel()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1859 DeclMatcher(Sema &S, DeclSetVector &Decls, Stmt *Statement) : in DeclMatcher()
1979 bool ProcessIterationStmt(Sema &S, Stmt* Statement, bool &Increment, in ProcessIterationStmt()
H A DSemaDecl.cpp20098 void Sema::ActOnFinishTopLevelStmtDecl(TopLevelStmtDecl *D, Stmt *Statement) { in ActOnFinishTopLevelStmtDecl()
H A DSemaExpr.cpp19990 bool Sema::DiagRuntimeBehavior(SourceLocation Loc, const Stmt *Statement, in DiagRuntimeBehavior()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp826 char Statement = Line.isStatement() ? ' ' : '!'; in typesetLinesAndColumns() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1569 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 DUefiInternalFormRepresentation.h932 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 DASTMatchers.h5756 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 DDecl.h4434 Stmt *Statement = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5593 TopLevelStmtDecl *TopLevelStmtDecl::Create(ASTContext &C, Stmt *Statement) { in Create()