Home
last modified time | relevance | path

Searched defs:references (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/mlir/docs/Tools/
H A DMLIRLSP.md85 ##### Find definition
104 ##### Find references
195 ##### Find definition
206 ##### Find references
311 ##### Find definition
317 ##### Find references
/llvm-project-15.0.7/flang/include/flang/Common/
H A Dreference-counted.h22 int references() const { return references_; } in references() function
/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/
H A DIndex.proto69 optional int32 references = 7; field
109 optional uint32 references = 2; field
/llvm-project-15.0.7/clang/test/Analysis/Checkers/WebKit/
H A Duncounted-lambda-captures.cpp20 void references() { in references() function
/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp119 SmallVector<SMRange> references; member
394 std::vector<lsp::Location> &references) { in findReferencesOf()
502 std::vector<Location> &references) { in findReferencesOf()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-type-static-cast-downcast.cpp70 void references() { in references() function
H A Dpro-type-cstyle-cast.cpp93 void references() { in references() function
/llvm-project-15.0.7/clang/utils/
H A DFindSpecRefs773 def buildRefTree(references): argument
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp380 std::vector<lsp::Location> &references) { in findReferencesOf()
983 std::vector<lsp::Location> &references) { in findReferencesOf()
1182 std::vector<Location> &references) { in findReferencesOf()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp195 std::vector<SMRange> references; member
472 std::vector<lsp::Location> &references) { in findReferencesOf()
1524 std::vector<lsp::Location> &references) { in findReferencesOf()
1802 std::vector<Location> &references) { in findReferencesOf()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unsequenced.cpp612 namespace references { namespace
H A Duninitialized.cpp825 namespace references { namespace
/llvm-project-15.0.7/clang/docs/
H A DLanguageExtensions.rst1726 .. _objc-fixed-enum:
/llvm-project-15.0.7/mlir/lib/IR/
H A DSymbolTable.cpp669 SmallVector<SymbolRefAttr, 2> references; in collectSymbolScopes() local
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinAttributes.cpp218 MlirAttribute const *references) { in mlirSymbolRefAttrGet()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-do-forall.cpp586 UnorderedSymbolSet references{ in CheckMaskIsPure() local
/llvm-project-15.0.7/llvm/docs/
H A DProgrammersManual.rst92 .. _apis:
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4059 AST_MATCHER_P(QualType, references, internal::Matcher<QualType>, in AST_MATCHER_P() argument