Home
last modified time | relevance | path

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

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