Home
last modified time | relevance | path

Searched defs:SM (Results 1 – 25 of 194) sorted by relevance

12345678

/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp51 const SourceManager &SM, const LangOptions &LangOpts, in mergeFixits()
86 const SourceManager *SM, in emitDiagnostic()
169 const SourceManager &SM) { in emitIncludeStack()
193 const SourceManager &SM) { in emitIncludeStackRecursively()
222 const SourceManager &SM) { in emitImportStack()
237 const SourceManager &SM) { in emitImportStackRecursively()
255 void DiagnosticRenderer::emitModuleBuildStack(const SourceManager &SM) { in emitModuleBuildStack()
274 bool IsBegin, const SourceManager *SM) { in retrieveMacroLocation()
315 bool IsBegin, const SourceManager *SM) { in getMacroArgExpansionFileIDs()
330 SourceLocation Begin, SourceLocation End, const SourceManager *SM, in computeCommonMacroArgExpansionFileIDs()
[all …]
DSerializedDiagnosticPrinter.cpp80 const SourceManager &SM) override {} in emitDiagnosticLoc()
233 const SourceManager *SM, in AddLocToRecord()
357 const SourceManager *SM, in AddLocToRecord()
378 const SourceManager &SM) { in AddCharSourceRangeToRecord()
408 const SourceManager &SM) { in EmitCharSourceRange()
651 const SourceManager *SM, in EmitDiagnosticMessage()
684 const SourceManager *SM, in emitDiagnosticMessage()
713 const SourceManager &SM) { in EmitCodeContext()
743 const SourceManager &SM) { in emitCodeContext()
748 const SourceManager *SM) { in emitNote()
/external/llvm/unittests/Support/
DYAMLParserTest.cpp33 SourceMgr SM; in ExpectParseError() local
42 SourceMgr SM; in ExpectParseSuccess() local
160 SourceMgr SM; in TEST() local
190 SourceMgr SM; in ExpectCanParseString() local
227 SourceMgr SM; in TEST() local
235 SourceMgr SM; in TEST() local
248 SourceMgr SM; in TEST() local
263 SourceMgr SM; in TEST() local
278 SourceMgr SM; in TEST() local
293 SourceMgr SM; in TEST() local
[all …]
/external/clang/include/clang/Basic/
DPlistSupport.h22 const SourceManager &SM, SourceLocation L) { in AddFID()
31 inline unsigned GetFID(const FIDMap &FIDs, const SourceManager &SM, in GetFID()
90 inline void EmitLocation(raw_ostream &o, const SourceManager &SM, in EmitLocation()
106 inline void EmitRange(raw_ostream &o, const SourceManager &SM, in EmitRange()
/external/clang/lib/Analysis/
DCFGStmtMap.cpp28 SMap *SM = AsMap(M); in getBlock() local
49 static void Accumulate(SMap &SM, CFGBlock *B) { in Accumulate()
82 SMap *SM = new SMap(); in Build() local
/external/clang/lib/Lex/
DTokenLexer.cpp47 SourceManager &SM = PP.getSourceManager(); in Init() local
434 SourceManager &SM = PP.getSourceManager(); in Lex() local
629 SourceManager &SM = PP.getSourceManager(); in PasteTokens() local
677 SourceManager &SM = PP.getSourceManager(); in PasteTokens() local
747 SourceManager &SM = PP.getSourceManager(); in getExpansionLocForMacroDefLoc() local
765 static void updateConsecutiveMacroArgTokens(SourceManager &SM, in updateConsecutiveMacroArgTokens()
835 SourceManager &SM = PP.getSourceManager(); in updateLocForMacroArgTokens() local
DTokenConcatenation.cpp54 SourceManager &SM = PP.getSourceManager(); in IsIdentifierStringPrefix() local
133 SourceManager &SM = PP.getSourceManager(); in GetFirstChar() local
163 SourceManager &SM = PP.getSourceManager(); in AvoidConcat() local
/external/libcxx/test/std/re/re.submatch/
Dtypes.pass.cpp34 typedef std::sub_match<char*> SM; in main() typedef
47 typedef std::sub_match<wchar_t*> SM; in main() typedef
/external/llvm/utils/FileCheck/
DFileCheck.cpp188 SourceMgr &SM, in ParsePattern()
363 SourceMgr &SM) { in AddRegExToRegEx()
493 void Pattern::PrintFailureInfo(const SourceMgr &SM, StringRef Buffer, in PrintFailureInfo()
572 size_t Pattern::FindRegexVarEnd(StringRef Str, SourceMgr &SM) { in FindRegexVarEnd()
866 static bool ReadCheckFile(SourceMgr &SM, in ReadCheckFile()
1015 static void PrintCheckFailed(const SourceMgr &SM, SMLoc Loc, in PrintCheckFailed()
1033 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr, in PrintCheckFailed()
1063 size_t CheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check()
1112 bool CheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext() argument
1151 bool CheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame() argument
[all …]
/external/libcxx/test/std/re/re.submatch/re.submatch.members/
Ddefault.pass.cpp24 typedef std::sub_match<const CharT*> SM; in main() typedef
30 typedef std::sub_match<const CharT*> SM; in main() typedef
Dlength.pass.cpp24 typedef std::sub_match<const CharT*> SM; in main() typedef
35 typedef std::sub_match<const CharT*> SM; in main() typedef
Dcompare_value_type_ptr.pass.cpp24 typedef std::sub_match<const CharT*> SM; in main() typedef
36 typedef std::sub_match<const CharT*> SM; in main() typedef
Doperator_string.pass.cpp24 typedef std::sub_match<const CharT*> SM; in main() typedef
37 typedef std::sub_match<const CharT*> SM; in main() typedef
Dcompare_string_type.pass.cpp24 typedef std::sub_match<const CharT*> SM; in main() typedef
37 typedef std::sub_match<const CharT*> SM; in main() typedef
Dcompare_sub_match.pass.cpp24 typedef std::sub_match<const CharT*> SM; in main() typedef
40 typedef std::sub_match<const CharT*> SM; in main() typedef
Dstr.pass.cpp24 typedef std::sub_match<const CharT*> SM; in main() typedef
37 typedef std::sub_match<const CharT*> SM; in main() typedef
/external/llvm/lib/AsmParser/
DParser.cpp27 SourceMgr SM; in parseAssemblyInto() local
72 SourceMgr SM; in parseConstantValue() local
89 SourceMgr SM; in parseType() local
101 SourceMgr SM; in parseTypeAtBeginning() local
/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp86 const SourceManager &SM, in ReportControlFlow()
139 const SourceManager &SM, in ReportEvent()
207 const FIDMap& FM, const SourceManager &SM, in ReportCall()
242 const FIDMap& FM, const SourceManager &SM, in ReportMacro()
254 const FIDMap& FM, const SourceManager &SM, in ReportDiag()
261 const FIDMap& FM, const SourceManager &SM, in ReportPiece()
295 const SourceManager* SM = nullptr; in FlushDiagnosticsImpl() local
DPathDiagnostic.cpp332 const SourceManager &SM = XL.getManager(); in comparePiece() local
399 const SourceManager &SM = XL.getManager(); in compare() local
542 const SourceManager &SM) { in getLocationForCaller()
581 const SourceManager &SM) { in createBegin()
587 const SourceManager &SM, in createBegin()
595 const SourceManager &SM, in createEnd()
605 const SourceManager &SM) { in createOperatorLoc()
612 const SourceManager &SM) { in createConditionalColonLoc()
619 const SourceManager &SM) { in createMemberLoc()
625 const SourceManager &SM) { in createBeginBrace()
[all …]
DIssueHash.cpp129 static std::string NormalizeLine(const SourceManager &SM, FullSourceLoc &L, in NormalizeLine()
177 std::string clang::GetIssueString(const SourceManager &SM, in GetIssueString()
191 SmallString<32> clang::GetIssueHash(const SourceManager &SM, in GetIssueHash()
/external/clang/lib/CodeGen/
DCoverageMappingGen.h89 SourceManager &SM; variable
94 CoverageMappingGen(CoverageMappingModuleGen &CVM, SourceManager &SM, in CoverageMappingGen()
98 CoverageMappingGen(CoverageMappingModuleGen &CVM, SourceManager &SM, in CoverageMappingGen()
/external/clang/tools/libclang/
DCXSourceLocation.cpp215 const SourceManager &SM = in clang_Location_isInSystemHeader() local
226 const SourceManager &SM = in clang_Location_isFromMainFile() local
248 const SourceManager &SM = in clang_getExpansionLocation() local
290 const SourceManager &SM = in clang_getPresumedLocation() local
328 const SourceManager &SM = in clang_getSpellingLocation() local
365 const SourceManager &SM = in clang_getFileLocation() local
DCIndexHigh.cpp135 static SourceLocation getFileSpellingLoc(SourceManager &SM, in getFileSpellingLoc()
189 SourceManager &SM = Ctx.getSourceManager(); in findFileIdRefVisit() local
219 SourceManager &SM = cxtu::getASTUnit(TU)->getSourceManager(); in findIdRefsInFile() local
284 SourceManager &SM = Ctx.getSourceManager(); in findFileMacroRefVisit() local
317 SourceManager &SM = Unit->getSourceManager(); in findMacroRefsInFile() local
362 SourceManager &SM = Ctx.getSourceManager(); in visit() local
389 SourceManager &SM = Unit->getSourceManager(); in findIncludesInFile() local
/external/llvm/tools/llvm-mc/
DDisassembler.cpp36 SourceMgr &SM, raw_ostream &Out, in PrintInsts()
103 SourceMgr &SM) { in ByteArrayFromString()
138 SourceMgr &SM, in disassemble()
/external/swiftshader/third_party/LLVM/utils/FileCheck/
DFileCheck.cpp110 bool Pattern::ParsePattern(StringRef PatternStr, SourceMgr &SM) { in ParsePattern()
265 SourceMgr &SM) { in AddRegExToRegEx()
365 void Pattern::PrintFailureInfo(const SourceMgr &SM, StringRef Buffer, in PrintFailureInfo()
494 static bool ReadCheckFile(SourceMgr &SM, in ReadCheckFile()
606 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr, in PrintCheckFailed()
649 SourceMgr SM; in main() local

12345678