| /NextBSD/contrib/llvm/tools/clang/lib/Basic/ |
| HD | SourceLocation.cpp | 60 SM.getSpellingLoc(*this).print(OS, SM); in print() 91 FullSourceLoc FullSourceLoc::getSpellingLoc() const { in getSpellingLoc() function in FullSourceLoc 93 return FullSourceLoc(SrcMgr->getSpellingLoc(*this), *SrcMgr); in getSpellingLoc()
|
| HD | SourceManager.cpp | 906 Loc = getSLocEntry(LocInfo.first).getExpansion().getSpellingLoc(); in getSpellingLocSlowCase() 948 Loc = E->getExpansion().getSpellingLoc(); in getDecomposedSpellingLocSlowCase() 966 Loc = getSLocEntry(LocInfo.first).getExpansion().getSpellingLoc(); in getImmediateSpellingLoc() 1823 ExpInfo.getSpellingLoc(), in computeMacroArgsCache() 1860 Info.getSpellingLoc().getLocWithOffset(SpellRelativeOffs), in associateFileChunkWithMacroArgExp()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Lex/ |
| HD | TokenConcatenation.cpp | 55 const char *Ptr = SM.getCharacterData(SM.getSpellingLoc(Tok.getLocation())); in IsIdentifierStringPrefix() 134 return *SM.getCharacterData(SM.getSpellingLoc(Tok.getLocation())); in GetFirstChar() 164 SourceLocation PrevSpellLoc = SM.getSpellingLoc(PrevTok.getLocation()); in AvoidConcat() 165 SourceLocation SpellLoc = SM.getSpellingLoc(Tok.getLocation()); in AvoidConcat()
|
| HD | Lexer.cpp | 518 SourceLocation FileLoc = SM.getSpellingLoc(Loc); in GetBeginningOfToken() 809 SourceLocation spellLoc = SM.getSpellingLoc(loc); in isAtEndOfMacroExpansion() 976 SourceLocation SpellLoc = Expansion.getSpellingLoc(); in getImmediateMacroName() 993 Loc = SM.getSpellingLoc(Loc); in getImmediateMacroName() 1030 SourceLocation SpellingLoc = SM.getSpellingLoc(FileLoc); in GetMappedTokenLoc()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | DiagnosticRenderer.cpp | 52 if (!SM.getFileEntryForID(SM.getFileID(SM.getSpellingLoc(Loc)))) in getImmediateMacroName() 58 Loc = SM.getSpellingLoc(SM.getImmediateExpansionRange(Loc).first); in getImmediateMacroName() 380 Begin = SM->getSpellingLoc(Begin); in mapDiagnosticRanges() 381 End = SM->getSpellingLoc(End); in mapDiagnosticRanges() 458 SpellingLoc = SM.getSpellingLoc(SpellingLoc); in emitMacroExpansions()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Tooling/Core/ |
| HD | Replacement.cpp | 135 SourceLocation SpellingBegin = Sources.getSpellingLoc(Range.getBegin()); in getRangeSize() 136 SourceLocation SpellingEnd = Sources.getSpellingLoc(Range.getEnd()); in getRangeSize() 149 setFromSourceLocation(Sources, Sources.getSpellingLoc(Range.getBegin()), in setFromSourceRange()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | SourceManager.h | 311 SourceLocation getSpellingLoc() const { in getSpellingLoc() function 1062 SourceLocation getSpellingLoc(SourceLocation Loc) const { in getSpellingLoc() function 1325 return loc.isMacroID() && isInSystemHeader(getSpellingLoc(loc)); in isInSystemMacro()
|
| HD | SourceLocation.h | 285 FullSourceLoc getSpellingLoc() const;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Edit/ |
| HD | Commit.cpp | 251 SourceLocation spellLoc = SourceMgr.getSpellingLoc(loc); in canInsertAfterToken()
|
| /NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | TransGCAttrs.cpp | 99 SM.getSpellingLoc(TL.getAttrEnumOperandLoc()), in handleAttr()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CoverageMappingGen.cpp | 112 Lexer::MeasureTokenLength(SM.getSpellingLoc(Loc), SM, LangOpts); in getPreciseTokenLocEnd() 139 return strcmp(SM.getBufferName(SM.getSpellingLoc(Loc)), "<built-in>") == 0; in isInBuiltin()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaChecking.cpp | 5129 SL = SM.getSpellingLoc(SL); in CheckMemaccessArguments() 5130 DSR = SourceRange(SM.getSpellingLoc(DSR.getBegin()), in CheckMemaccessArguments() 5131 SM.getSpellingLoc(DSR.getEnd())); in CheckMemaccessArguments() 5132 SSR = SourceRange(SM.getSpellingLoc(SSR.getBegin()), in CheckMemaccessArguments() 5133 SM.getSpellingLoc(SSR.getEnd())); in CheckMemaccessArguments() 5390 SL = SM.getSpellingLoc(SL); in CheckStrncatArguments() 5391 SR = SourceRange(SM.getSpellingLoc(SR.getBegin()), in CheckStrncatArguments() 5392 SM.getSpellingLoc(SR.getEnd())); in CheckStrncatArguments() 8406 SourceLocation RBracketLoc = SourceMgr.getSpellingLoc( in CheckArrayAccess() 8409 SourceLocation IndexLoc = SourceMgr.getSpellingLoc( in CheckArrayAccess()
|
| HD | SemaCodeComplete.cpp | 525 SemaRef.SourceMgr.getSpellingLoc(ND->getLocation())))) in isInterestingDecl()
|
| HD | SemaDeclCXX.cpp | 1945 SpellingLoc = getSourceManager().getSpellingLoc(SpellingLoc); in DiagnoseAbsenceOfOverrideControl()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseExprCXX.cpp | 45 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation()); in areTokensAdjacent() 47 return FirstEnd == SM.getSpellingLoc(Second.getLocation()); in areTokensAdjacent()
|
| HD | ParseDeclCXX.cpp | 3563 PP.getSourceManager().getSpellingLoc(Tok.getLocation()); in TryParseCXX11AttributeIdentifier()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | BugReporterVisitors.cpp | 1571 Loc = Loc.getSpellingLoc(); in getEndPath()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTDumper.cpp | 573 SourceLocation SpellingLoc = SM->getSpellingLoc(Loc); in dumpLocation()
|
| HD | Expr.cpp | 1021 SourceLocation StrTokSpellingLoc = SM.getSpellingLoc(StrTokLoc); in getLocationOfByte()
|
| HD | ASTImporter.cpp | 5685 FromLoc = FromSM.getSpellingLoc(FromLoc); in Import()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTWriter.cpp | 1908 Record.push_back(Expansion.getSpellingLoc().getRawEncoding()); in WriteSourceManagerBlock()
|