Home
last modified time | relevance | path

Searched refs:ExpansionLoc (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp33 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 DEditedSource.h106 SourceLocation &ExpansionLoc,
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp351 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 DSourceManager.cpp651 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 DSourceManager.h451 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 DASTMatchers.h273 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 DTypeLoc.h1202 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 DBugReporter.cpp3250 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 DParseDeclCXX.cpp4327 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 DMasmParser.cpp1833 SMLoc ExpansionLoc = getTok().getLoc(); in parseStatement() local
1834 if (parseToken(AsmToken::Percent) || expandStatement(ExpansionLoc)) in parseStatement()