Home
last modified time | relevance | path

Searched refs:FuncRef (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-move/
DHelperDeclRefGraph.cpp115 if (const auto *FuncRef = Result.Nodes.getNodeAs<DeclRefExpr>("func_ref")) { in run() local
119 << FuncRef->getDecl()->getDeclName() << " (" in run()
120 << FuncRef->getDecl() << ")\n"); in run()
123 getOutmostClassOrFunDecl(FuncRef->getDecl()->getCanonicalDecl())); in run()
/external/llvm-project/clang/test/SemaCXX/
Dnothrow-vs-exception-specs.cpp102 __declspec(nothrow) void (&FuncRef)() = FuncToBeRefed; variable
/external/llvm-project/clang-tools-extra/clang-change-namespace/
DChangeNamespace.cpp607 } else if (const auto *FuncRef = in run() local
611 if (ProcessedFuncRefs.count(FuncRef)) in run()
613 ProcessedFuncRefs.insert(FuncRef); in run()
619 llvm::cast<NamedDecl>(Func), FuncRef); in run()