Searched refs:CurrentSource (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | EvalEmitter.h | 75 return F ? F->getSource(PC) : CurrentSource; in getSource() 102 SourceInfo CurrentSource; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 397 StringRef Source, CurrentSource; member in __anond099e40f0111::MIParser 570 : MF(PFS.MF), Error(Error), Source(Source), CurrentSource(Source), PFS(PFS) in MIParser() 575 : MF(PFS.MF), Error(Error), Source(Source), CurrentSource(Source), in MIParser() 579 CurrentSource = lexMIToken( in lex() 580 CurrentSource.slice(SkipChar, StringRef::npos), Token, in lex()
|