Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDCodeCompleteConsumer.cpp708 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc); in ProcessCodeCompleteResults() local
711 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, SemaRef.LangOpts); in ProcessCodeCompleteResults()
716 << SM.getLineNumber(EInfo.first, EInfo.second) << ':' in ProcessCodeCompleteResults()
717 << SM.getColumnNumber(EInfo.first, EInfo.second) << "}" in ProcessCodeCompleteResults()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDSARIFDiagnostic.cpp95 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(E); in addLocationToResult() local
99 if (BInfo.first != CaretFileID || EInfo.first != CaretFileID) in addLocationToResult()
HDTextDiagnostic.cpp1525 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc); in emitParseableFixits() local
1529 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, LangOpts); in emitParseableFixits()
1541 << '-' << SM.getLineNumber(EInfo.first, EInfo.second) in emitParseableFixits()
1542 << ':' << SM.getColumnNumber(EInfo.first, EInfo.second) in emitParseableFixits()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugReporterVisitors.cpp314 const SrcMgr::ExpansionInfo &EInfo = SE.getExpansion(); in isFunctionMacroExpansion() local
315 return EInfo.isFunctionMacroExpansion(); in isFunctionMacroExpansion()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h1346 FunctionType::ExtInfo EInfo);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp3178 for (const auto &EInfo : UserTreeIndices) in dump() local
3179 dbgs() << EInfo << ", "; in dump()