Searched refs:ExpansionLoc (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | EditedSource.cpp | 33 SourceLocation &ExpansionLoc, in deconstructMacroArgLoc() argument 40 ExpansionLoc = ImmediateExpansionLoc; in deconstructMacroArgLoc() 41 while (SourceMgr.isMacroBodyExpansion(ExpansionLoc)) in deconstructMacroArgLoc() 42 ExpansionLoc = in deconstructMacroArgLoc() 43 SourceMgr.getImmediateExpansionRange(ExpansionLoc).getBegin(); in deconstructMacroArgLoc()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Edit/ |
| H A D | EditedSource.h | 106 SourceLocation &ExpansionLoc,
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesManager.cpp | 351 SourceLocation ExpansionLoc = SM.getExpansionLoc(Loc); in findAPINotes() local 352 FileID ID = SM.getFileID(ExpansionLoc); in findAPINotes()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 651 SourceLocation SpellingLoc, SourceLocation ExpansionLoc, unsigned Length) { in createMacroArgExpansionLoc() argument 653 ExpansionLoc); in createMacroArgExpansionLoc() 1787 SourceLocation ExpansionLoc, in associateFileChunkWithMacroArgExp() argument 1814 ExpansionLoc, CurrSpellLength); in associateFileChunkWithMacroArgExp() 1822 ExpansionLoc = ExpansionLoc.getLocWithOffset(advance); in associateFileChunkWithMacroArgExp() 1857 MacroArgsCache[BeginOffs] = ExpansionLoc; in associateFileChunkWithMacroArgExp()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 451 SourceLocation ExpansionLoc) { in createForMacroArg() argument 455 return create(SpellingLoc, ExpansionLoc, SourceLocation()); in createForMacroArg() 953 SourceLocation ExpansionLoc, 1990 SourceLocation ExpansionLoc,
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 273 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getBeginLoc()); in AST_POLYMORPHIC_MATCHER() local 274 if (ExpansionLoc.isInvalid()) { in AST_POLYMORPHIC_MATCHER() 277 return SourceManager.isInSystemHeader(ExpansionLoc); in AST_POLYMORPHIC_MATCHER() 300 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getBeginLoc()); in AST_POLYMORPHIC_MATCHER_REGEX() local 301 if (ExpansionLoc.isInvalid()) { in AST_POLYMORPHIC_MATCHER_REGEX() 305 SourceManager.getFileEntryRefForID(SourceManager.getFileID(ExpansionLoc)); in AST_POLYMORPHIC_MATCHER_REGEX()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 1202 SourceLocation ExpansionLoc; member 1220 return this->getLocalData()->ExpansionLoc; in getExpansionLoc() 1224 this->getLocalData()->ExpansionLoc = Loc; in setExpansionLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 3250 SourceLocation ExpansionLoc = SM.getExpansionLoc(Loc); in populateExecutedLinesWithStmt() local 3251 FileID FID = SM.getFileID(ExpansionLoc); in populateExecutedLinesWithStmt() 3252 unsigned LineNo = SM.getExpansionLineNumber(ExpansionLoc); in populateExecutedLinesWithStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 4327 SourceLocation ExpansionLoc = in TryParseCXX11AttributeIdentifier() local 4329 StringRef Spelling = PP.getSpelling(ExpansionLoc, ExpansionBuf); in TryParseCXX11AttributeIdentifier() 4332 ExpansionLoc, in TryParseCXX11AttributeIdentifier()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 1833 SMLoc ExpansionLoc = getTok().getLoc(); in parseStatement() local 1834 if (parseToken(AsmToken::Percent) || expandStatement(ExpansionLoc)) in parseStatement()
|