Home
last modified time | relevance | path

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

12

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DUsingInserter.cpp32 ASTContext &Context, const Stmt &Statement, StringRef QualifiedName) { in createUsingDeclaration()
77 const Stmt &Statement, in getShortName()
H A DNamespaceAliaser.cpp29 NamespaceAliaser::createAlias(ASTContext &Context, const Stmt &Statement, in createAlias()
81 const Stmt &Statement, in getNamespaceName()
H A DASTUtils.cpp19 const Stmt &Statement) { in getSurroundingFunction() argument
/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DUnrollLoopsCheck.cpp79 UnrollLoopsCheck::unrollType(const Stmt *Statement, ASTContext *Context) { in unrollType()
110 bool UnrollLoopsCheck::hasKnownBounds(const Stmt *Statement, in hasKnownBounds()
149 const Expr *UnrollLoopsCheck::getCondExpr(const Stmt *Statement) { in getCondExpr()
161 bool UnrollLoopsCheck::hasLargeNumIterations(const Stmt *Statement, in hasLargeNumIterations()
H A DIdDependentBackwardBranchCheck.cpp113 saveIdDepVar(const Stmt * Statement,const VarDecl * Variable) saveIdDepVar() argument
122 saveIdDepField(const Stmt * Statement,const FieldDecl * Field) saveIdDepField() argument
201 const auto *Statement = Result.Nodes.getNodeAs<Stmt>("straight_assignment"); check() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousSemicolonCheck.cpp46 const auto *Statement = Result.Nodes.getNodeAs<Stmt>("stmt"); in check() local
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp73 BOOL Statement = 0; in isStatement() local
/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h91 Statement, enumerator
211 Statement(NodeKind K) : Tree(K) {} in Statement() function
/llvm-project/clang/tools/clang-fuzzer/
H A Dcxx_loop_proto.proto68 message Statement { message
H A Dcxx_proto.proto76 message Statement { message
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DImplicitBoolConversionCheck.cpp29 isNULLMacroExpansion(const Stmt * Statement,ASTContext & Context) isNULLMacroExpansion() argument
62 isUnaryLogicalNotOperator(const Stmt * Statement) isUnaryLogicalNotOperator() argument
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DDisambiguateTest.cpp
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp39 bool StmtAncestorASTVisitor::TraverseStmt(Stmt *Statement) { in TraverseStmt() argument
52 bool StmtAncestorASTVisitor::VisitDeclStmt(DeclStmt *Statement) { in VisitDeclStmt() argument
H A DAvoidBindCheck.cpp184 static bool anyDescendantIsLocal(const Stmt *Statement) { in anyDescendantIsLocal()
/llvm-project/polly/lib/Exchange/
H A DJSONExporter.cpp368 const json::Object *Statement = statements[StatementIdx].getAsObject(); in importAccesses() local
/llvm-project/flang/lib/Parser/
H A Dprescan.cpp94 void Prescanner::Statement() { Statement() function in Fortran::parser::Prescanner
/llvm-project/clang/include/clang/Analysis/
H A DCFG.h66 Statement, enumerator
1071 void setLabel(Stmt *Statement) { Label = Statement; } in setLabel()
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h356 Statement(std::optional<long> &&lab, A &&s) argument
353 template <typename A> struct Statement : public UnlabeledStatement<A> { global() struct
354 StatementStatement Statement() argument
[all...]
/llvm-project/polly/include/polly/
H A DScopInfo.h519 ScopStmt *Statement; global() variable
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1859 DeclMatcher(Sema & S,DeclSetVector & Decls,Stmt * Statement) DeclMatcher() argument
1979 ProcessIterationStmt(Sema & S,Stmt * Statement,bool & Increment,DeclRefExpr * & DRE) ProcessIterationStmt() argument
/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp826 char Statement = Line.isStatement() ? ' ' : '!'; in typesetLinesAndColumns() local
/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1569 buildCFG(const Decl * D,Stmt * Statement) buildCFG() argument
5236 buildCFG(const Decl * D,Stmt * Statement,ASTContext * C,const BuildOptions & BO) buildCFG() argument
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5756 const Stmt *const Statement = internal::GetBodyMatcher<NodeType>::get(Node); AST_POLYMORPHIC_MATCHER_P() local
5779 const Stmt *const Statement = Node.getBody(); AST_MATCHER_P() local
/llvm-project/polly/lib/Analysis/
H A DScopInfo.cpp614 createBasicAccessMap(ScopStmt * Statement) createBasicAccessMap() argument
[all...]
/llvm-project/clang/include/clang/AST/
H A DDecl.h4473 Stmt *Statement = nullptr; global() variable

12