Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp73 BOOL Statement = 0; in isStatement() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h91 Statement, enumerator
211 Statement(NodeKind K) : Tree(K) {} in Statement() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h66 Statement, enumerator
1068 setLabel(Stmt * Statement) setLabel() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp826 char Statement = Line.isStatement() ? ' ' : '!'; in typesetLinesAndColumns() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1836 DeclMatcher(Sema & S,DeclSetVector & Decls,Stmt * Statement) DeclMatcher() argument
1956 ProcessIterationStmt(Sema & S,Stmt * Statement,bool & Increment,DeclRefExpr * & DRE) ProcessIterationStmt() argument
H A DSemaDecl.cpp20414 ActOnTopLevelStmtDecl(Stmt * Statement) ActOnTopLevelStmtDecl() argument
H A DSemaExpr.cpp20988 DiagRuntimeBehavior(SourceLocation Loc,const Stmt * Statement,const PartialDiagnostic & PD) DiagRuntimeBehavior() argument
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1569 std::unique_ptr<CFG> CFGBuilder::buildCFG(const Decl *D, Stmt *Statement) { in buildCFG() argument
5239 return Builder.buildCFG(D, Statement); in buildCFG() argument
/freebsd-src/sys/contrib/edk2/Include/Uefi/
H A DUefiInternalFormRepresentation.h934 EFI_IFR_STATEMENT_HEADER Statement; member
951 EFI_IFR_STATEMENT_HEADER Statement; member
992 EFI_IFR_STATEMENT_HEADER Statement; member
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5732 const Stmt *const Statement = internal::GetBodyMatcher<NodeType>::get(Node); AST_POLYMORPHIC_MATCHER_P() local
5755 const Stmt *const Statement = Node.getBody(); AST_MATCHER_P() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4418 Stmt *Statement = nullptr; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5528 Create(ASTContext & C,Stmt * Statement) Create() argument