Home
last modified time | relevance | path

Searched defs:ExpansionLoc (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp346 SourceLocation ExpansionLoc = SM.getExpansionLoc(Loc); findAPINotes() local
/freebsd-src/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp35 SourceLocation &ExpansionLoc, in deconstructMacroArgLoc()
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp626 createMacroArgExpansionLoc(SourceLocation SpellingLoc,SourceLocation ExpansionLoc,unsigned Length) createMacroArgExpansionLoc() argument
1767 associateFileChunkWithMacroArgExp(MacroArgsMap & MacroArgsCache,FileID FID,SourceLocation SpellLoc,SourceLocation ExpansionLoc,unsigned ExpansionLength) const associateFileChunkWithMacroArgExp() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h451 SourceLocation ExpansionLoc) { in createForMacroArg() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4278 SourceLocation ExpansionLoc = TryParseCXX11AttributeIdentifier() local
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h271 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getBeginLoc()); in AST_POLYMORPHIC_MATCHER() local
298 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getBeginLoc()); in AST_POLYMORPHIC_MATCHER_REGEX() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3161 SourceLocation ExpansionLoc = SM.getExpansionLoc(Loc); populateExecutedLinesWithStmt() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1114 SourceLocation ExpansionLoc; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp2100 SMLoc ExpansionLoc = getTok().getLoc(); parseStatement() local