Searched defs:getInsertionPoint (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ | ||
H A D | DefineOutline.cpp | 500 llvm::Expected<InsertionPoint> getInsertionPoint(llvm::StringRef Contents, getInsertionPoint() function in clang::clangd::__anonf566cf5c0111::DefineOutline |
H A D | ExtractFunction.cpp | 166 SourceLocation getInsertionPoint() const { getInsertionPoint() function |
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | Builders.h | 447 Block::iterator getInsertionPoint() const { return insertPoint; } getInsertionPoint() function |
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ | ||
H A D | OMPIRBuilder.h | 1925 InsertPointTy getInsertionPoint() { return Builder.saveIP(); } getInsertionPoint() function |
/llvm-project/mlir/lib/Bindings/Python/ | ||
H A D | IRCore.cpp | 844 PyInsertionPoint *PyThreadContextEntry::getInsertionPoint() { getInsertionPoint() function in PyThreadContextEntry |