Home
last modified time | relevance | path

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

12345678

/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp43 const SourceManager &SM, in getImmediateMacroName()
93 const SourceManager &SM, const LangOptions &LangOpts, in mergeFixits()
128 const SourceManager *SM, in emitDiagnostic()
211 const SourceManager &SM) { in emitIncludeStack()
234 const SourceManager &SM) { in emitIncludeStackRecursively()
263 const SourceManager &SM) { in emitImportStack()
278 const SourceManager &SM) { in emitImportStackRecursively()
296 void DiagnosticRenderer::emitModuleBuildStack(const SourceManager &SM) { in emitModuleBuildStack()
315 bool IsBegin, const SourceManager *SM) { in retrieveMacroLocation()
356 bool IsBegin, const SourceManager *SM) { in getMacroArgExpansionFileIDs()
[all …]
DSerializedDiagnosticPrinter.cpp79 const SourceManager &SM) override {} in emitDiagnosticLoc()
232 const SourceManager *SM, in AddLocToRecord()
356 const SourceManager *SM, in AddLocToRecord()
377 const SourceManager &SM) { in AddCharSourceRangeToRecord()
407 const SourceManager &SM) { in EmitCharSourceRange()
650 const SourceManager *SM, in EmitDiagnosticMessage()
683 const SourceManager *SM, in emitDiagnosticMessage()
712 const SourceManager &SM) { in EmitCodeContext()
742 const SourceManager &SM) { in emitCodeContext()
747 const SourceManager *SM) { in emitNote()
/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/Lex/
DTokenLexer.cpp47 SourceManager &SM = PP.getSourceManager(); in Init() local
434 SourceManager &SM = PP.getSourceManager(); in Lex() local
639 SourceManager &SM = PP.getSourceManager(); in PasteTokens() local
676 SourceManager &SM = PP.getSourceManager(); in PasteTokens() local
744 SourceManager &SM = PP.getSourceManager(); in getExpansionLocForMacroDefLoc() local
762 static void updateConsecutiveMacroArgTokens(SourceManager &SM, in updateConsecutiveMacroArgTokens()
828 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
DLexer.cpp145 const SourceManager &SM, const LangOptions &langOpts) in Lexer()
168 SourceManager &SM = PP.getSourceManager(); in Create_PragmaLexer() local
287 const SourceManager &SM, in getSpelling()
407 const SourceManager &SM, in MeasureTokenLength()
418 const SourceManager &SM, in getRawToken()
450 const SourceManager &SM, in getBeginningOfFileToken()
510 const SourceManager &SM, in GetBeginningOfToken()
702 const SourceManager &SM, in AdvanceToTokenCharacter()
760 const SourceManager &SM, in getLocForEndOfToken()
782 const SourceManager &SM, in isAtStartOfMacroExpansion()
[all …]
/external/llvm/unittests/Support/
DYAMLParserTest.cpp34 SourceMgr SM; in ExpectParseError() local
43 SourceMgr SM; in ExpectParseSuccess() local
161 SourceMgr SM; in TEST() local
191 SourceMgr SM; in ExpectCanParseString() local
228 SourceMgr SM; in TEST() local
236 SourceMgr SM; in TEST() local
249 SourceMgr SM; in TEST() local
/external/llvm/utils/FileCheck/
DFileCheck.cpp175 SourceMgr &SM, in ParsePattern()
336 SourceMgr &SM) { in AddRegExToRegEx()
466 void Pattern::PrintFailureInfo(const SourceMgr &SM, StringRef Buffer, in PrintFailureInfo()
545 size_t Pattern::FindRegexVarEnd(StringRef Str, SourceMgr &SM) { in FindRegexVarEnd()
836 static bool ReadCheckFile(SourceMgr &SM, in ReadCheckFile()
978 static void PrintCheckFailed(const SourceMgr &SM, SMLoc Loc, in PrintCheckFailed()
996 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr, in PrintCheckFailed()
1026 size_t CheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check()
1075 bool CheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext() argument
1114 bool CheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame() argument
[all …]
/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/libcxx/test/std/re/re.submatch/
Dtypes.pass.cpp33 typedef std::sub_match<char*> SM; in main() typedef
46 typedef std::sub_match<wchar_t*> SM; in main() typedef
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp333 const SourceManager &SM = XL.getManager(); in comparePiece() local
400 const SourceManager &SM = XL.getManager(); in compare() local
544 const SourceManager &SM) { in getLocationForCaller()
584 const SourceManager &SM) { in createBegin()
590 const SourceManager &SM, in createBegin()
599 const SourceManager &SM, in createEnd()
609 const SourceManager &SM) { in createOperatorLoc()
616 const SourceManager &SM) { in createConditionalColonLoc()
623 const SourceManager &SM) { in createMemberLoc()
629 const SourceManager &SM) { in createBeginBrace()
[all …]
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
DIssueHash.cpp129 static std::string NormalizeLine(const SourceManager &SM, FullSourceLoc &L, in NormalizeLine()
174 std::string clang::GetIssueString(const SourceManager &SM, in GetIssueString()
188 SmallString<32> clang::GetIssueHash(const SourceManager &SM, in GetIssueHash()
/external/libcxx/test/std/re/re.submatch/re.submatch.members/
Ddefault.pass.cpp23 typedef std::sub_match<const CharT*> SM; in main() typedef
29 typedef std::sub_match<const CharT*> SM; in main() typedef
Dlength.pass.cpp23 typedef std::sub_match<const CharT*> SM; in main() typedef
34 typedef std::sub_match<const CharT*> SM; in main() typedef
Doperator_string.pass.cpp23 typedef std::sub_match<const CharT*> SM; in main() typedef
36 typedef std::sub_match<const CharT*> SM; in main() typedef
Dstr.pass.cpp23 typedef std::sub_match<const CharT*> SM; in main() typedef
36 typedef std::sub_match<const CharT*> SM; in main() typedef
Dcompare_sub_match.pass.cpp23 typedef std::sub_match<const CharT*> SM; in main() typedef
39 typedef std::sub_match<const CharT*> SM; in main() typedef
Dcompare_value_type_ptr.pass.cpp23 typedef std::sub_match<const CharT*> SM; in main() typedef
36 typedef std::sub_match<const CharT*> SM; in main() typedef
Dcompare_string_type.pass.cpp23 typedef std::sub_match<const CharT*> SM; in main() typedef
37 typedef std::sub_match<const CharT*> SM; in main() typedef
/external/clang/lib/CodeGen/
DCoverageMappingGen.h87 SourceManager &SM; variable
92 CoverageMappingGen(CoverageMappingModuleGen &CVM, SourceManager &SM, in CoverageMappingGen()
96 CoverageMappingGen(CoverageMappingModuleGen &CVM, SourceManager &SM, in CoverageMappingGen()
/external/clang/tools/libclang/
DCXSourceLocation.cpp217 const SourceManager &SM = in clang_Location_isInSystemHeader() local
228 const SourceManager &SM = in clang_Location_isFromMainFile() local
251 const SourceManager &SM = in clang_getExpansionLocation() local
294 const SourceManager &SM = in clang_getPresumedLocation() local
333 const SourceManager &SM = in clang_getSpellingLocation() local
371 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/clang/include/clang/Lex/
DPPConditionalDirectiveRecord.h43 SourceManager &SM; variable
45 explicit Comp(SourceManager &SM) : SM(SM) {} in Comp()

12345678