Searched refs:CurrentSource (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.h68 return (F && F->hasBody()) ? F->getSource(PC) : CurrentSource;
103 SourceInfo CurrentSource; member in class:clang::interp::EvalEmitter
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp394 StringRef Source, CurrentSource; member in class:__anon1890::MIParser
573 : MF(PFS.MF), Error(Error), Source(Source), CurrentSource(Source), PFS(PFS)
578 : MF(PFS.MF), Error(Error), Source(Source), CurrentSource(Source),
582 CurrentSource = lexMIToken(
583 CurrentSource.slice(SkipChar, StringRef::npos), Token,

Completed in 65 milliseconds