Home
last modified time | relevance | path

Searched refs:setScopeLine (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp860 SP->setScopeLine(DL->getLine()); in create()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1943 void setScopeLine(unsigned L) { assert(isDistinct()); ScopeLine = L; } in setScopeLine() function