Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DUnrollLoopsCheck.cpp128 if (const auto *VariableDecl = in hasKnownBounds() local
177 if (const auto *VariableDecl = in hasLargeNumIterations() local
/llvm-project/mlir/include/mlir/Tools/PDLL/Parser/
H A DCodeComplete.h25 class VariableDecl; variable
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h29 class VariableDecl; variable
981 size_t numTrailingObjects(OverloadToken<VariableDecl *>) const { in numTrailingObjects()
1267 VariableDecl(const Name &name, Type type, Expr *initExpr, in VariableDecl() function