Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DFindTarget.h84 targetDecl(const ast_type_traits::DynTypedNode &, DeclRelationSet Mask);
DFindTarget.cpp712 targetDecl(const ast_type_traits::DynTypedNode &N, DeclRelationSet Mask) { in targetDecl() function
DXRefs.cpp1102 auto Decls = targetDecl(N->ASTNode, Relations); in findDocumentHighlights()
/external/llvm-project/clang-tools-extra/clangd/refactor/
DRename.cpp166 targetDecl(SelectedNode->ASTNode, in locateDeclAt()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp2895 …const glu::VariableDeclaration targetDecl (glu::VarType(glu::TYPE_FLOAT_VEC4, glu::PRECISION_HIG… in init() local
2911 …const glu::VariableDeclaration targetDeclArr(glu::VarType(targetDecl.varType, glu::VarType::UNSIZE… in init()
2916 m_program->addShader(shaderType, glslVersion)->getDefaultBlock().variables.push_back(targetDecl); in init()