Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvalEmitter.h84 return (F && F->hasBody()) ? F->getSource(PC) : CurrentSource; in getSource()
127 SourceInfo CurrentSource; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp402 StringRef Source, CurrentSource; member in __anoneabaa95b0111::MIParser
581 : MF(PFS.MF), Error(Error), Source(Source), CurrentSource(Source), PFS(PFS) in MIParser()
586 : MF(PFS.MF), Error(Error), Source(Source), CurrentSource(Source), in MIParser()
590 CurrentSource = lexMIToken( in lex()
591 CurrentSource.substr(SkipChar), Token, in lex()
2316 CurrentSource, Read, Error, *PFS.MF.getFunction().getParent(), in parseDIExpression()
2318 CurrentSource = CurrentSource.substr(Read); in parseDIExpression()