Home
last modified time | relevance | path

Searched defs:VariableDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/Parser/
H A DCodeComplete.h24 class VariableDecl; variable
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/
H A DUnrollLoopsCheck.cpp131 if (const auto *VariableDecl = in hasKnownBounds() local
180 if (const auto *VariableDecl = in hasLargeNumIterations() local
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h28 class VariableDecl; variable
934 size_t numTrailingObjects(OverloadToken<VariableDecl *>) const { in numTrailingObjects()
1219 VariableDecl(const Name &name, Type type, Expr *initExpr, in VariableDecl() function