Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp163 CppHashInfoTy CppHashInfo; member in __anon2c2f50ca0111::AsmParser
563 MacrosEnabledFlag(true), HadError(false), CppHashInfo(), in AsmParser()
785 CppHashInfo = std::get<1>(LocSym); in Run()
998 DirLabels.push_back(std::make_tuple(Loc, CppHashInfo, Sym)); in parsePrimaryExpr()
1887 if (CppHashInfo.Filename.size()) { in parseStatement()
1889 0, StringRef(), CppHashInfo.Filename); in parseStatement()
1896 if (LastQueryIDLoc == CppHashInfo.Loc && in parseStatement()
1897 LastQueryBuffer == CppHashInfo.Buf) in parseStatement()
1901 SrcMgr.FindLineNumber(CppHashInfo.Loc, CppHashInfo.Buf); in parseStatement()
1903 LastQueryIDLoc = CppHashInfo.Loc; in parseStatement()
[all …]