Home
last modified time | relevance | path

Searched defs:getInsertionPoint (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuilders.h383 Block::iterator getInsertionPoint() const { return insertPoint; } in getInsertionPoint() function
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineOutline.cpp294 llvm::Expected<InsertionPoint> getInsertionPoint(llvm::StringRef Contents, in getInsertionPoint() function
H A DExtractFunction.cpp167 SourceLocation getInsertionPoint() const { in getInsertionPoint() function
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h757 InsertPointTy getInsertionPoint() { return Builder.saveIP(); } in getInsertionPoint() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp633 PyInsertionPoint *PyThreadContextEntry::getInsertionPoint() { in getInsertionPoint() function in PyThreadContextEntry