Home
last modified time | relevance | path

Searched refs:currentType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DCodeComplete.cpp27 ast::Type currentType, bool allowNonCoreConstraints, in codeCompleteConstraintName() argument
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/Parser/
H A DCodeComplete.h55 virtual void codeCompleteConstraintName(ast::Type currentType,
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp809 void codeCompleteConstraintName(ast::Type currentType, in codeCompleteConstraintName() argument
833 if (!currentType) { in codeCompleteConstraintName()
843 if (!currentType || currentType.isa<ast::AttributeType>()) in codeCompleteConstraintName()
846 if (!currentType || currentType.isa<ast::ValueType>()) in codeCompleteConstraintName()
849 if (!currentType || currentType.isa<ast::ValueRangeType>()) in codeCompleteConstraintName()
873 if (currentType && !currentType.refineWith(constraintType)) in codeCompleteConstraintName()