Searched refs:CurrentSource (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | EvalEmitter.h | 76 return (F && F->hasBody()) ? F->getSource(PC) : CurrentSource; in getSource() 118 SourceInfo CurrentSource; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 394 StringRef Source, CurrentSource; member in __anoneabaa95b0111::MIParser 573 : MF(PFS.MF), Error(Error), Source(Source), CurrentSource(Source), PFS(PFS) in MIParser() 578 : MF(PFS.MF), Error(Error), Source(Source), CurrentSource(Source), in MIParser() 582 CurrentSource = lexMIToken( in lex() 583 CurrentSource.slice(SkipChar, StringRef::npos), Token, in lex() 2307 CurrentSource, Read, Error, *PFS.MF.getFunction().getParent(), in parseDIExpression() 2309 CurrentSource = CurrentSource.slice(Read, StringRef::npos); in parseDIExpression()
|