Home
last modified time | relevance | path

Searched refs:createExpansionLoc (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DTokenLexer.cpp75 MacroExpansionStart = SM.createExpansionLoc(MacroDefStart, in Init()
678 instLoc = SM.createExpansionLoc(Tok.getLocation(), in Lex()
854 SM.createExpansionLoc(PasteOpLoc, ExpandLocStart, ExpandLocEnd, 2); in pasteTokens()
911 LHSTok.setLocation(SM.createExpansionLoc(LHSTok.getLocation(), StartLoc, EndLoc, in pasteTokens()
H A DPPMacroExpansion.cpp601 SourceMgr.createExpansionLoc(Identifier.getLocation(), ExpandLoc, in HandleMacroExpandedIdentifier()
1557 Tok.setLocation(SourceMgr.createExpansionLoc(DATELoc, Tok.getLocation(), in ExpandBuiltinMacro()
1567 Tok.setLocation(SourceMgr.createExpansionLoc(TIMELoc, Tok.getLocation(), in ExpandBuiltinMacro()
H A DPreprocessor.cpp490 Loc = SourceMgr.createExpansionLoc(Loc, ExpansionLocStart, in CreateString()
H A DLexer.cpp211 L->FileLoc = SM.createExpansionLoc(SM.getLocForStartOfFile(SpellingFID), in Create_PragmaLexer()
1124 return SM.createExpansionLoc(SpellingLoc, II.getBegin(), II.getEnd(), TokLen); in GetMappedTokenLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp351 createExpansionLoc(SourceLocation(), SourceLocation(), SourceLocation(), 1); in clearIDTables()
637 SourceManager::createExpansionLoc(SourceLocation SpellingLoc, in createExpansionLoc() function in SourceManager
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h908 SourceLocation createExpansionLoc(SourceLocation Loc,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp8859 MLoc = ToSM.createExpansionLoc(*ToSpLoc, *ToExLocS, *ToExLocE, TokenLen, in Import()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1582 SourceMgr.createExpansionLoc(SpellingLoc, in ReadSLocEntry()