Home
last modified time | relevance | path

Searched refs:DirectiveLine (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DPreamble.cpp131 unsigned DirectiveLine; member
136 return std::tie(DirectiveLine, Text) == in operator ==()
137 std::tie(RHS.DirectiveLine, RHS.Text); in operator ==()
147 unsigned &DirectiveLine) { in spellDirective() argument
160 DirectiveLine = SM.getLineNumber(DecompLoc.first, DecompLoc.second); in spellDirective()
178 --DirectiveLine; in spellDirective()
209 LangOpts, SM, TD.DirectiveLine); in MacroDefined()
494 Patch << "#line " << TD.DirectiveLine << '\n'; in create()
/external/llvm-project/clang-tools-extra/modularize/
DPreprocessorTracker.h59 int DirectiveLine, int DirectiveColumn,
DPreprocessorTracker.cpp815 void handleIncludeDirective(llvm::StringRef DirectivePath, int DirectiveLine, in handleIncludeDirective() argument
828 if ((I->File == CurrentHeaderHandle) && (I->Line == DirectiveLine)) in handleIncludeDirective()
832 DirectiveLine, DirectiveColumn); in handleIncludeDirective()
1283 int DirectiveLine, DirectiveColumn; in InclusionDirective() local
1285 getSourceLocationLineAndColumn(PP, HashLoc, DirectiveLine, DirectiveColumn); in InclusionDirective()
1286 PPTracker.handleIncludeDirective(HeaderPath, DirectiveLine, DirectiveColumn, in InclusionDirective()