Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h307 InsertPointTy getInsertionPoint() { return Builder.saveIP(); } in getInsertionPoint() function
/external/llvm-project/mlir/include/mlir/IR/
DBuilders.h361 Block::iterator getInsertionPoint() const { return insertPoint; } in getInsertionPoint() function
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DDefineOutline.cpp285 llvm::Expected<InsertionPoint> getInsertionPoint(llvm::StringRef Contents, in getInsertionPoint() function
DExtractFunction.cpp162 SourceLocation getInsertionPoint() const { in getInsertionPoint() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp534 PyInsertionPoint *PyThreadContextEntry::getInsertionPoint() { in getInsertionPoint() function in PyThreadContextEntry