Home
last modified time | relevance | path

Searched refs:explicitReferenceTargets (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DFindTarget.cpp722 explicitReferenceTargets(DynTypedNode N, DeclRelationSet Mask) { in explicitReferenceTargets() function
770 explicitReferenceTargets(DynTypedNode::create(*D), in refInDecl()
844 explicitReferenceTargets(DynTypedNode::create(*E), {})}); in refInStmt()
863 explicitReferenceTargets(DynTypedNode::create(*E), {})}); in refInStmt()
886 explicitReferenceTargets(DynTypedNode::create(*E), {})}); in refInStmt()
962 explicitReferenceTargets(DynTypedNode::create(L.getType()), in refInTypeLoc()
969 explicitReferenceTargets(DynTypedNode::create(L.getType()), in refInTypeLoc()
984 explicitReferenceTargets(DynTypedNode::create(L.getType()), {})}; in refInTypeLoc()
990 explicitReferenceTargets(DynTypedNode::create(L.getType()), {})}; in refInTypeLoc()
1126 explicitReferenceTargets( in explicitReference()
DFindTarget.h165 explicitReferenceTargets(ast_type_traits::DynTypedNode N,
DAST.cpp306 auto Decls = explicitReferenceTargets( in printType()
DHover.cpp853 auto Decls = explicitReferenceTargets(N->ASTNode, DeclRelation::Alias); in getHover()
DXRefs.cpp1508 auto Decls = explicitReferenceTargets(N->ASTNode, DeclRelation::Underlying); in findRecordTypeAt()