Home
last modified time | relevance | path

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

/llvm-project/mlir/docs/Tools/
H A DMLIRLSP.md84 ##### Find definition
103 ##### Find references
203 ##### Find definition
214 ##### Find references
320 ##### Find definition
326 ##### Find references
/llvm-project/flang/include/flang/Common/
H A Dreference-counted.h22 int references() const { return references_; } in references() function
/llvm-project/clang-tools-extra/clangd/index/remote/
H A DIndex.proto69 optional int32 references = 7; field
109 optional uint32 references = 2; field
/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Duncounted-lambda-captures.cpp25 void references() { references() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-type-static-cast-downcast.cpp71 void references() { in references() function
H A Dpro-type-cstyle-cast.cpp93 void references() { in references() function
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp157 SmallVector<SMRange> references; global() member
499 findReferencesOf(const lsp::URIForFile & uri,const lsp::Position & pos,std::vector<lsp::Location> & references) findReferencesOf() argument
717 findReferencesOf(const URIForFile & uri,const Position & pos,std::vector<Location> & references) findReferencesOf() argument
[all...]
/llvm-project/clang/utils/
H A DFindSpecRefs773 def buildRefTree(references): argument
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp151 std::vector<SMRange> references; member
428 std::vector<lsp::Location> &references) { in findReferencesOf() argument
1481 findReferencesOf(const lsp::URIForFile & uri,lsp::Position pos,std::vector<lsp::Location> & references) findReferencesOf() argument
1757 findReferencesOf(const URIForFile & uri,const Position & pos,std::vector<Location> & references) findReferencesOf() argument
[all...]
/llvm-project/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp430 std::vector<lsp::Location> &references) { in findReferencesOf()
1101 std::vector<lsp::Location> &references) { in findReferencesOf()
1311 std::vector<Location> &references) { in findReferencesOf()
/llvm-project/clang/test/SemaCXX/
H A Dwarn-unsequenced.cpp612 namespace references { namespace
H A Duninitialized.cpp825 namespace references { global() namespace
/llvm-project/mlir/lib/IR/
H A DSymbolTable.cpp692 SmallVector<SymbolRefAttr, 2> references; in collectSymbolScopes() local
[all...]
/llvm-project/flang/lib/Semantics/
H A Dcheck-do-forall.cpp607 UnorderedSymbolSet references{ CheckMaskIsPure() local
/llvm-project/mlir/lib/CAPI/IR/
H A DBuiltinAttributes.cpp258 mlirSymbolRefAttrGet(MlirContext ctx,MlirStringRef symbol,intptr_t numReferences,MlirAttribute const * references) mlirSymbolRefAttrGet() argument
/llvm-project/llvm/docs/
H A DProgrammersManual.rst92 apisOther useful references global() argument
/llvm-project/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp1976 if (params.size() != references.size()) { in apply() local
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4156 AST_MATCHER_P(QualType,references,internal::Matcher<QualType>,InnerMatcher) AST_MATCHER_P() argument