Home
last modified time | relevance | path

Searched refs:IncludeLocation (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Execution/
H A DProjectItemGroupTaskItemInstance.cs50 IncludeLocation = xml.IncludeLocation; in ProjectItemGroupTaskItemInstance()
78 public ElementLocation IncludeLocation { get; private set; } property in Microsoft.Build.Execution.ProjectItemGroupTaskItemInstance
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/hashicorp/go-hclog/
H A Dlogger_loc_test.go22 IncludeLocation: true,
45 IncludeLocation: true,
H A Dinterceptlogger_test.go175 IncludeLocation: true,
182 IncludeLocation: true,
279 IncludeLocation: true,
283 IncludeLocation: true,
H A Dstdlog_test.go168 IncludeLocation: true,
192 IncludeLocation: true,
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/
H A DDiagnostics.cpp124 for (auto IncludeLocation = GetIncludeLoc(DiagLoc); IncludeLocation.isValid(); in adjustDiagFromHeader() local
125 IncludeLocation = GetIncludeLoc(IncludeLocation)) { in adjustDiagFromHeader()
126 if (clangd::isInsideMainFile(IncludeLocation, SM)) { in adjustDiagFromHeader()
127 IncludeInMainFile = IncludeLocation; in adjustDiagFromHeader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/
H A DDiagnostics.cpp173 for (auto IncludeLocation = GetIncludeLoc(SM.getExpansionLoc(DiagLoc)); in getMainFileRange() local
174 IncludeLocation.isValid(); in getMainFileRange()
175 IncludeLocation = GetIncludeLoc(IncludeLocation)) { in getMainFileRange()
176 if (clangd::isInsideMainFile(IncludeLocation, SM)) { in getMainFileRange()
177 R.start = sourceLocToPosition(SM, IncludeLocation); in getMainFileRange()
180 Lexer::getLocForEndOfToken(IncludeLocation, 0, SM, LangOptions())); in getMainFileRange()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/
H A DDiagnostics.cpp173 for (auto IncludeLocation = GetIncludeLoc(SM.getExpansionLoc(DiagLoc)); in getMainFileRange() local
174 IncludeLocation.isValid(); in getMainFileRange()
175 IncludeLocation = GetIncludeLoc(IncludeLocation)) { in getMainFileRange()
176 if (clangd::isInsideMainFile(IncludeLocation, SM)) { in getMainFileRange()
177 R.start = sourceLocToPosition(SM, IncludeLocation); in getMainFileRange()
180 Lexer::getLocForEndOfToken(IncludeLocation, 0, SM, LangOptions())); in getMainFileRange()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/
H A DDiagnostics.cpp173 for (auto IncludeLocation = GetIncludeLoc(SM.getExpansionLoc(DiagLoc)); in getMainFileRange() local
174 IncludeLocation.isValid(); in getMainFileRange()
175 IncludeLocation = GetIncludeLoc(IncludeLocation)) { in getMainFileRange()
176 if (clangd::isInsideMainFile(IncludeLocation, SM)) { in getMainFileRange()
177 R.start = sourceLocToPosition(SM, IncludeLocation); in getMainFileRange()
180 Lexer::getLocForEndOfToken(IncludeLocation, 0, SM, LangOptions())); in getMainFileRange()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/go-hclog/
H A Dinterceptlogger_test.go175 IncludeLocation: true,
182 IncludeLocation: true,
279 IncludeLocation: true,
283 IncludeLocation: true,
H A Dstdlog_test.go168 IncludeLocation: true,
192 IncludeLocation: true,
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-hclog/
H A Dinterceptlogger_test.go175 IncludeLocation: true,
182 IncludeLocation: true,
279 IncludeLocation: true,
283 IncludeLocation: true,
H A Dstdlog_test.go168 IncludeLocation: true,
192 IncludeLocation: true,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/
H A DDiagnostics.cpp136 for (auto IncludeLocation = GetIncludeLoc(DiagLoc); IncludeLocation.isValid(); in adjustDiagFromHeader() local
137 IncludeLocation = GetIncludeLoc(IncludeLocation)) { in adjustDiagFromHeader()
138 if (clangd::isInsideMainFile(IncludeLocation, SM)) { in adjustDiagFromHeader()
139 IncludeInMainFile = IncludeLocation; in adjustDiagFromHeader()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/
H A DDiagnostics.cpp136 for (auto IncludeLocation = GetIncludeLoc(DiagLoc); IncludeLocation.isValid(); in adjustDiagFromHeader() local
137 IncludeLocation = GetIncludeLoc(IncludeLocation)) { in adjustDiagFromHeader()
138 if (clangd::isInsideMainFile(IncludeLocation, SM)) { in adjustDiagFromHeader()
139 IncludeInMainFile = IncludeLocation; in adjustDiagFromHeader()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DDiagnostics.cpp173 for (auto IncludeLocation = GetIncludeLoc(SM.getExpansionLoc(DiagLoc)); in getMainFileRange() local
174 IncludeLocation.isValid(); in getMainFileRange()
175 IncludeLocation = GetIncludeLoc(IncludeLocation)) { in getMainFileRange()
176 if (clangd::isInsideMainFile(IncludeLocation, SM)) { in getMainFileRange()
177 R.start = sourceLocToPosition(SM, IncludeLocation); in getMainFileRange()
180 Lexer::getLocForEndOfToken(IncludeLocation, 0, SM, LangOptions())); in getMainFileRange()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/
H A DDiagnostics.cpp173 for (auto IncludeLocation = GetIncludeLoc(SM.getExpansionLoc(DiagLoc)); in getMainFileRange() local
174 IncludeLocation.isValid(); in getMainFileRange()
175 IncludeLocation = GetIncludeLoc(IncludeLocation)) { in getMainFileRange()
176 if (clangd::isInsideMainFile(IncludeLocation, SM)) { in getMainFileRange()
177 R.start = sourceLocToPosition(SM, IncludeLocation); in getMainFileRange()
180 Lexer::getLocForEndOfToken(IncludeLocation, 0, SM, LangOptions())); in getMainFileRange()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/
H A DDiagnostics.cpp173 for (auto IncludeLocation = GetIncludeLoc(SM.getExpansionLoc(DiagLoc)); in getMainFileRange() local
174 IncludeLocation.isValid(); in getMainFileRange()
175 IncludeLocation = GetIncludeLoc(IncludeLocation)) { in getMainFileRange()
176 if (clangd::isInsideMainFile(IncludeLocation, SM)) { in getMainFileRange()
177 R.start = sourceLocToPosition(SM, IncludeLocation); in getMainFileRange()
180 Lexer::getLocForEndOfToken(IncludeLocation, 0, SM, LangOptions())); in getMainFileRange()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DDiagnostics.cpp173 for (auto IncludeLocation = GetIncludeLoc(SM.getExpansionLoc(DiagLoc)); in getMainFileRange() local
174 IncludeLocation.isValid(); in getMainFileRange()
175 IncludeLocation = GetIncludeLoc(IncludeLocation)) { in getMainFileRange()
176 if (clangd::isInsideMainFile(IncludeLocation, SM)) { in getMainFileRange()
177 R.start = sourceLocToPosition(SM, IncludeLocation); in getMainFileRange()
180 Lexer::getLocForEndOfToken(IncludeLocation, 0, SM, LangOptions())); in getMainFileRange()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/
H A DDiagnostics.cpp173 for (auto IncludeLocation = GetIncludeLoc(SM.getExpansionLoc(DiagLoc)); in getMainFileRange() local
174 IncludeLocation.isValid(); in getMainFileRange()
175 IncludeLocation = GetIncludeLoc(IncludeLocation)) { in getMainFileRange()
176 if (clangd::isInsideMainFile(IncludeLocation, SM)) { in getMainFileRange()
177 R.start = sourceLocToPosition(SM, IncludeLocation); in getMainFileRange()
180 Lexer::getLocForEndOfToken(IncludeLocation, 0, SM, LangOptions())); in getMainFileRange()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DDiagnostics.cpp173 for (auto IncludeLocation = GetIncludeLoc(SM.getExpansionLoc(DiagLoc)); in getMainFileRange() local
174 IncludeLocation.isValid(); in getMainFileRange()
175 IncludeLocation = GetIncludeLoc(IncludeLocation)) { in getMainFileRange()
176 if (clangd::isInsideMainFile(IncludeLocation, SM)) { in getMainFileRange()
177 R.start = sourceLocToPosition(SM, IncludeLocation); in getMainFileRange()
180 Lexer::getLocForEndOfToken(IncludeLocation, 0, SM, LangOptions())); in getMainFileRange()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/
H A DDiagnostics.cpp175 for (auto IncludeLocation = GetIncludeLoc(SM.getExpansionLoc(DiagLoc)); in getMainFileRange() local
176 IncludeLocation.isValid(); in getMainFileRange()
177 IncludeLocation = GetIncludeLoc(IncludeLocation)) { in getMainFileRange()
178 if (clangd::isInsideMainFile(IncludeLocation, SM)) { in getMainFileRange()
179 R.start = sourceLocToPosition(SM, IncludeLocation); in getMainFileRange()
182 Lexer::getLocForEndOfToken(IncludeLocation, 0, SM, LangOptions())); in getMainFileRange()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-hclog/
H A Dlog.go153 IncludeLocation bool member
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/go-hclog/
H A Dlog.go153 IncludeLocation bool member
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-hclog/
H A Dlog.go153 IncludeLocation bool member
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/go-hclog/
H A Dlog.go157 IncludeLocation bool member

12345678