Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp704 FileIDAndOffset EInfo = SM.getDecomposedLoc(ELoc); in ProcessCodeCompleteResults() local
707 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, SemaRef.LangOpts); in ProcessCodeCompleteResults()
712 << SM.getLineNumber(EInfo.first, EInfo.second) << ':' in ProcessCodeCompleteResults()
713 << SM.getColumnNumber(EInfo.first, EInfo.second) << "}" in ProcessCodeCompleteResults()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnostic.cpp95 FileIDAndOffset EInfo = SM.getDecomposedLoc(E); in addLocationToResult() local
99 if (BInfo.first != CaretFileID || EInfo.first != CaretFileID) in addLocationToResult()
H A DTextDiagnostic.cpp1522 FileIDAndOffset EInfo = SM.getDecomposedLoc(ELoc); in emitParseableFixits() local
1526 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, LangOpts); in emitParseableFixits()
1538 << '-' << SM.getLineNumber(EInfo.first, EInfo.second) in emitParseableFixits()
1539 << ':' << SM.getColumnNumber(EInfo.first, EInfo.second) in emitParseableFixits()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp310 const SrcMgr::ExpansionInfo &EInfo = SE.getExpansion(); in isFunctionMacroExpansion() local
311 return EInfo.isFunctionMacroExpansion(); in isFunctionMacroExpansion()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1454 FunctionType::ExtInfo EInfo);